defaultBorderColor and defaultBorderStyle

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

defaultBorderColor and defaultBorderStyle

DougEdmunds
Styles ( such as #inset, #raised, etc) should be separated out from
non-intuitive "defaultBorderColor" methods and consistently replaced with
defaultBorderStyle.

For example,
Slider>>defaultBorderColor  is #inset.  

Slider>>defaultBorderStyle would be much clearer.

 
Reply | Threaded
Open this post in threaded view
|

Re: defaultBorderColor and defaultBorderStyle

Stéphane Ducasse
Hi doug

Many things should be fixed it you want to see something happening faster, join :)
provide a change.
Stef


On Mar 6, 2011, at 10:33 AM, DougEdmunds wrote:

> Styles ( such as #inset, #raised, etc) should be separated out from
> non-intuitive "defaultBorderColor" methods and consistently replaced with
> defaultBorderStyle.
>
> For example,
> Slider>>defaultBorderColor  is #inset.  
>
> Slider>>defaultBorderStyle would be much clearer.
>
>
>
>
> --
> View this message in context: http://forum.world.st/defaultBorderColor-and-defaultBorderStyle-tp3337429p3337429.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>