Sets up the color characteristics of a dropmenu widget. The syntax is:
set dropmenu fc bc oc1 oc2 tfc tbc toc1 toc2 bfc bbc boc1 boc2 soc1 soc2 thick
where:
fc
menu base text colorbc
menu base face coloroc1
dark color of shadow outline for menu baseoc2
bright color of shadow outline for menu basetfc
menu base text color when selected with a mouse clicktbc
menu base face color when selected with a mouse clicktoc1
dark color of shadow outline for menu base when selectedtoc2
bright color of shadow outline for menu base when selectedbfc
menu list text colorbbc
menu list face colorboc1
dark color of shadow outline for menu listboc2
bright color of shadow outline for menu listsoc1
dark color of shadow outline for highlighted menu itemsoc2
bright color of shadow outline for highlighted menu itemthick
thickness of the shadow outline
set dropmenu
generally precedes the draw dropmenu
command.
set rgb 90 100 100 100 set rgb 91 50 50 50 set rgb 92 200 200 200 set dropmenu 1 90 91 92 0 90 92 91 1 90 91 92 92 91 6 draw dropmenu 1 1 8 1.5 0.5 Menu Base | Menu Item #1 | Menu Item #2