Submitted by gates on Wed, 06/18/2003 - 11:19. Developers
How would I set the background color of the list or text field of a ComboBox Widget from a resource file? Say, for example, I want to make the text field and list white
Fri, 08/03/2012 - 13:39
#1
Combobox list and text field colors
In general, for internal widgets that compound widgets create, you check the documentation to see whether the naming conventions are specified -- for example, some internal widgets have "SW" added within the ScrolledWindow. If not, check the sources for the widget tree and internal names. You`d then specify something like
*manager.manager.combobox*specialName.backgroundwhite
where the names above are the instance names in your application.