Difference between revisions of "JucK file"
From CSWiki
Line 3: | Line 3: | ||
TITLE | TITLE | ||
NUM_PANELS | NUM_PANELS | ||
+ | NUM_ROWS NUM_COLUMNS | ||
+ | SLIDER [title] [min] [max] [initial] [interval] [snap] [orientation] | ||
+ | CHECKBOX [title] [number of items] [list of items...] [orientation] | ||
+ | RADIO [title] [number of items] [list of items...] [orientation] | ||
+ | LISTBOX [title] [number of items] [list of items...] [orientation] | ||
+ | DROPBOX [title] [number of items] [list of items...] | ||
+ | |||
+ | * [title] - unique to the file | ||
+ | * [min] - min value (int) | ||
+ | * [max] - max value (int) | ||
+ | * [initial] - initial value (int) | ||
+ | * [interval] - distance between ticks (int) | ||
+ | * [snap] - whether to snap to tick (bool) | ||
+ | * [orientation] - horizontal or vertical (string) | ||
+ | |||
+ | ==potential version 2== | ||
+ | |||
+ | TITLE | ||
+ | [layout] | ||
NUM_ROWS NUM_COLUMNS | NUM_ROWS NUM_COLUMNS | ||
SLIDER [title] [min] [max] [initial] [interval] [snap] [orientation] | SLIDER [title] [min] [max] [initial] [interval] [snap] [orientation] |
Revision as of 14:02, 17 May 2006
version 1
TITLE NUM_PANELS NUM_ROWS NUM_COLUMNS SLIDER [title] [min] [max] [initial] [interval] [snap] [orientation] CHECKBOX [title] [number of items] [list of items...] [orientation] RADIO [title] [number of items] [list of items...] [orientation] LISTBOX [title] [number of items] [list of items...] [orientation] DROPBOX [title] [number of items] [list of items...]
- [title] - unique to the file
- [min] - min value (int)
- [max] - max value (int)
- [initial] - initial value (int)
- [interval] - distance between ticks (int)
- [snap] - whether to snap to tick (bool)
- [orientation] - horizontal or vertical (string)
potential version 2
TITLE [layout] NUM_ROWS NUM_COLUMNS SLIDER [title] [min] [max] [initial] [interval] [snap] [orientation] CHECKBOX [title] [number of items] [list of items...] [orientation] RADIO [title] [number of items] [list of items...] [orientation] LISTBOX [title] [number of items] [list of items...] [orientation] DROPBOX [title] [number of items] [list of items...]