User Tools

Site Tools


dragengine:modules:dragonscript:guitheme

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
dragengine:modules:dragonscript:guitheme [2018/02/26 13:53] – [Gui Themes] dragonlorddragengine:modules:dragonscript:guitheme [2019/05/08 17:29] dragonlord
Line 1: Line 1:
 +{{tag>dragonscript ui theme}}
 <WRAP youarehere> <WRAP youarehere>
 [[:start|Start Page]] >> [[dragengine:modules:dragonscript:main|DragonScript Scripting Language]]  >> **Gui Themes** [[:start|Start Page]] >> [[dragengine:modules:dragonscript:main|DragonScript Scripting Language]]  >> **Gui Themes**
Line 41: Line 42:
 This is an example of the ready to use modern gui theme included in the DragonScript module. This is an example of the ready to use modern gui theme included in the DragonScript module.
 <WRAP center box 600px> <WRAP center box 600px>
-{{ :dragengine:modules:dragonscript:guitheme.png |Moden gui theme example}} +{{ :dragengine:modules:dragonscript:guitheming.png |XML Gui Theme Example}} 
-<WRAP centeralign>Moden gui theme example.</WRAP>+<WRAP centeralign>XML Gui Theme Example.</WRAP>
 </WRAP> </WRAP>
 +
 +====== XML Gui Themeing ======
 +These topic help to create a valid Gui Theme XML files. You can take a look at the //modern.guitheme.xml// file located in the shared data directory. Under Unix you can find this for example under // /usr/share/dragengine/modules/scripting/dragonscript/1.0/data/guithemes/modern //. You can load this gui theme in your project using the in-game path // /shareddata/guithemes/modern/modern.guitheme.xml //. This is present for all projects using the DragonScript module. It's recommended to go through the list from top to bottom.
 +
 +  * [[dragengine:modules:dragonscript:xmlguitheme:guitheme|Define XML Gui Theme (*.guitheme.xml)]]
 +  * [[dragengine:modules:dragonscript:xmlguitheme:widgetdesigner|Define XML Widget Designer]]
 +    * [[dragengine:modules:dragonscript:xmlguitheme:parameters|Defining Parameters]]
 +  * [[dragengine:modules:dragonscript:xmlguitheme:canvascreator|Define XML Canvas Creator]]
 +  * [[dragengine:modules:dragonscript:xmlguitheme:borderfactory|Define XML Border Factory]]
 +  * [[dragengine:modules:dragonscript:xmlguitheme:decoration|Define XML Decoration]]
 +  * [[dragengine:modules:dragonscript:xmlguitheme:mousepointer|Define XML Mouse Pointer]]
  
dragengine/modules/dragonscript/guitheme.txt · Last modified: 2024/03/14 16:43 by dragonlord