Spin box
[Components]
Compounds | |
| class | csSpinBox |
| The spinbox class is a combination of an input line and a bi-directional arrow button which can be used to switch input line contents back and forth between a set of predefined values. More... | |
| struct | csSpinBoxItem |
| Spin box item structure. More... | |
| struct | csSpinBoxLimits |
| Spin box upper/lower limits. More... | |
Spin box item placement values | |
| #define | CSSB_ITEM_BEFOREALL 0 |
| Insert item before all other items. | |
| #define | CSSB_ITEM_AFTERALL 999999 |
| Insert item after all other items. | |
Enumerations | |
| enum | { cscmdSpinBoxQueryValue = 0x00000A00, cscmdSpinBoxSetValue, cscmdSpinBoxInsertItem, cscmdSpinBoxSetLimits, cscmdSpinBoxValueChanged } |
| Spin box messages. More... | |
Define Documentation
|
|
Insert item after all other items.
Definition at line 53 of file csspinbx.h. |
|
|
Insert item before all other items.
Definition at line 51 of file csspinbx.h. |
Enumeration Type Documentation
|
|
Spin box messages.
Definition at line 64 of file csspinbx.h. |
Generated for Crystal Space by doxygen 1.2.18
