Combobox list and text field colors

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

2 posts / 0 new
Last post
Combobox list and text field colors

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

ICS_support

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.