Default Shellview Colour?

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

Default Shellview Colour?

Jerome Chan
Is there a way to set the default shellview colour so that it follows
the user choosen coour scheme?


Reply | Threaded
Open this post in threaded view
|

Re: Default Shellview Colour?

Andy Bower
Jerome,

> Is there a way to set the default shellview colour so that it follows
> the user choosen coour scheme?

Yes, use the expression:

Color window

which answers an instance of SystemColor. You'll find that the above is
simply a shortcut for:

Color systemColor: COLOR_WINDOW

To find out what the color really is (in RGB) you can inspect:

Color window asRGB

Best Regards,

Andy Bower
Dolphin Support
http://www.object-arts.com

---
Visit the Dolphin Smalltalk WikiWeb
http://www.object-arts.com/wiki/html/Dolphin/FrontPage.htm
---