class csSpinBox : public csInputLine 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
IN: (csSpinBoxItem *)Item OUT: (int)Ordinal
OUT: (int)Value
IN: (int)Value
IN: (csSpinBoxLimits *)Limits
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
OUT: (int)Value
If spin box type is numerical, the iValue parameter is the number
that will be set in entry field (after it will be clipped to Min..Max),
if spin box type is enumerated, iValue is the ordinal of value to be set.
cscmdSpinBoxSetValue
IN: (int)Value
cscmdSpinBoxInsertItem
IN: (csSpinBoxItem *)Item
OUT: (int)Ordinal
cscmdSpinBoxSetLimits int Value
IN: (csSpinBoxLimits *)Limits
csSpinBox(csComponent *iParent, csInputLineFrameStyle iFrameStyle = csifsThickRect)
~csSpinBox()
virtual void Draw()
virtual bool HandleEvent(csEvent &Event)
void SetLimits(int iMin, int iMax, char *iFormat = "%d")
void SetValue(int iValue)
int InsertItem(char *iValue, int iPosition)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de