Is there an order of precedence when theming a UI?

 

If I have the following code:

 

  iup.SetGlobal("DLGBGCOLOR","255 255 255") --default background colour

  iup.SetGlobal("DLGFGCOLOR", "255,255,255") --default text color

  myLabelTheme = iup.user{ fgcolor = "255 0 255"}

  myTheme = iup.user{ IUPLABEL = myLabelTheme, }

 

does the global default override the specific theme for labels? Or am I
doing something stupid?

 

 

 

_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to