File structures and contents :
How to c
reate your own XGUI skin


These files does not contain complex data.. they can be modified by using any text editor such as NOTEPAD :


HEADER_STRING = "[XWINDOW_SKIN]"
STRING = skin name.
STRING_01 = top left corner texture.
STRING_02 = middle top texture (visible only if title bar is turned off.
STRING_03 = top right corner texture.
STRING_04 = middle left texture.
STRING_05 = window backdrop.
STRING_06 =middle right texture.
STRING_07 = bottom left corner texture.
STRING_08 = middle bottom texture.
STRING_09 = bottom right corner texture.
STRING_10 = Title bar texture.
STRING_11 = Dragging window gadget texture.
STRING_12 = Close button texture.
FINDEFICHIER_STRING = "[END_XWINDOW_SKIN]"

Textures sizes for strings : 01, 02, 03, 04, 05, 06, 07, 08, 09, 11 et 12 must be 16x16 pixels wide.
Texture size for string 10 must be 64x16 pixels wide.
These textures are used as follow by XGUI windows system :

In that case, title bar, dragging gadget and close gadget are turned off :


In the second case, title bar, dragging gadget and close gadget are on.


CLIC HERE TO GO BACK TO MAIN MENU