Description |
XSpinButton |
| XWindow * owner | the owner of the XSlider | |||||||||||
| XRect * rect | the rectangle | |||||||||||
| USHORT id | id of the window | |||||||||||
| ULONG style | style, valid values are:
(can be or-ed) | |||||||||||
| char * font | font to use, e.g. "8.Helv" |
Constructs a XSpinButton
SetLimits |
LONG lowerLimit the lower limit
LONG upperLimit the upper limit
Set limits of the spinbutton
SetMaster |
XWindow* master
BOOL result
SetTextLimit |
SHORT limit maximum length
Set maximum textlength
SpinDown |
LONG units units to spin down
Spin down window-content
SpinUp |
LONG units units to spin up
Spin up window-content
GetValue |
Returns the current value of the spinbutton
SetValue |
LONG value the new value
Set the value of the spinbutton