|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::SpinButton Class Reference#include <SpinButton.h>
Inheritance diagram for acdk::wx::SpinButton:
List of all members.
Detailed Description
see wxSpinButton
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.5
- Date:
- Date
- 2005/02/05 10:45:35
Constructor & Destructor Documentation
acdk::wx::SpinButton::SpinButton |
( |
IN(RWindow) |
parent, |
|
|
int |
id, |
|
|
IN(RPoint) |
pos = Point::defaultPosition(), |
|
|
IN(RSize) |
size = Size::defaultSize(), |
|
|
int |
style = SpVertical | SpArrowKeys, |
|
|
IN(RString) |
name = SpinButton |
|
) |
[inline] |
|
Member Function Documentation
int acdk::wx::SpinButton::getMax |
( |
|
) |
const [inline] |
|
int acdk::wx::SpinButton::getMin |
( |
|
) |
const [inline] |
|
int acdk::wx::SpinButton::getValue |
( |
|
) |
const [inline] |
|
bool acdk::wx::SpinButton::isVertical |
( |
|
) |
const [inline] |
|
void acdk::wx::SpinButton::setRange |
( |
int |
minVal, |
|
|
int |
maxVal |
|
) |
[inline] |
|
void acdk::wx::SpinButton::setValue |
( |
int |
val |
) |
[inline] |
|
|
|