| 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 | |
| 43 | IconId is one of the following: ''DEFAULT'', ''DISABLED'',''PRESSED'', ''MOUSE_OVER'', ''SELECTED''[[BR]] |
| 44 | path to the location of the icon can be [[BR]] |
| 45 | 1) Relative path to the location of the icon (relative according to distrib directory). The path should starts with /.[[BR]] |
| 46 | 2) Name of the icon. This way the icon should be located in the current directory. |