class SpinButtons : public CtrlFrame

Simple CtrlFrame with two small buttons at the right edge of owning Ctrl. Buttons have have preassigned images of up and down arrows.
Derived from CtrlFrame
Button inc
Top button.
Button dec
Bottom button.
SpinButtons()
Initializes the frame.
~SpinButtons()
Default destructor.
SpinButtons& SetStyle(const Style& s)
Sets the style of to button to SpinButtons::Style s.
void Show(bool s = true)
Sets the visibility of the spin buttons to s.
static const Style& StyleDefault()
Returns the default style used by spin buttons.
struct Style : public ChStyle<Style>
This structure defines the look of SpinButtons.
|