Changes between Version 10 and Version 11 of Skinning/Themes


Ignore:
Timestamp:
06/25/10 12:29:04 (15 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Skinning/Themes

    v10 v11  
    3131    * Gray area around pages (optional) 
    3232    * Application background style (optional) 
     33 
     34  * '''Formats of the values'''  
     35   * for ''boolean'' type, values should be '''true''' or '''false''', If anything else is written, it will be interpreted as "false". 
     36   * for ''integer'' type, values should be such string that can be parsed to integer, e.g. '''24''' 
     37   * for ''point'' type, values should be such two float numbers separated with ":" e.g. '''2.34:4.56'''. 
     38   * for ''size'' type, values should be two float numbers separated with ":" e.g. '''2.34:4.56'''. 
     39   * for ''text'' type, values should be some string (no restrictions). 
     40   * for ''icon'' type, values should be path to the icon 
     41   * for ''icons'' type, values should be '''IconId1=path1,IconId2=path2...''' where path1, path2 should be path to the location of the icon 
     42 
     43IconId is one of the following: ''DEFAULT'', ''DISABLED'',''PRESSED'', ''MOUSE_OVER'', ''SELECTED''[[BR]] 
     44path to the location of the icon can be  [[BR]] 
     451) Relative path to the location of the icon (relative according to distrib directory). The path should starts with /.[[BR]] 
     462) Name of the icon. This way the icon should be located in the current directory.