User Tools

Site Tools


dragengine:modules:dragonscript:xmlguitheme:guitheme

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
dragengine:modules:dragonscript:xmlguitheme:guitheme [2018/02/26 21:39] – [Named Gui Themes] dragonlorddragengine:modules:dragonscript:xmlguitheme:guitheme [2018/03/01 08:57] – [Widget Designers] dragonlord
Line 50: Line 50:
 </code> </code>
  
-Widget designers are selected using the //setDesignrSelector// parameter of widgets. Selectors compose of dot separated names, for example //Label.MyUIComponent.SpecialVersion//. The selector is matched first in its entire length against all defined widget designers. The last widget designer with the exact matching name is chosen. If no widget designer matches the last dot separated name is removed and the matching restarts. In the this example the next match attempt would be with the full name //Label.MyUIComponent//. If this does still not match another component is remove matching now against //Label//. If even this does not match no widget designer is used for the widget. In short the first matching designer from the list below is chosen:+Widget designers are selected using the //setDesignerSelector// parameter of widgets. Selectors compose of dot separated names, for example //Label.MyUIComponent.SpecialVersion//. The selector is matched first in its entire length against all defined widget designers. The last widget designer with the exact matching name is chosen. If no widget designer matches the last dot separated name is removed and the matching restarts. In the this example the next match attempt would be with the full name //Label.MyUIComponent//. If this does still not match another component is remove matching now against //Label//. If even this does not match no widget designer is used for the widget. In short the first matching designer from the list below is chosen:
  
   * Label . MyUIComponent . SpecialVersion   * Label . MyUIComponent . SpecialVersion
dragengine/modules/dragonscript/xmlguitheme/guitheme.txt · Last modified: 2018/03/01 08:57 by dragonlord