#include </home/work/projects/wx/2.9/wx/interface/wx/spinbutt.h>

The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
Public Member Functions | |
| wxSpinEvent (wxEventType commandType=wxEVT_NULL, int id=0) | |
| The constructor is not normally used by the user code. | |
| int | GetPosition () const |
| Retrieve the current spin button or control value. | |
| void | SetPosition (int pos) |
| Set the value associated with the event. | |
| wxSpinEvent::wxSpinEvent | ( | wxEventType | commandType = wxEVT_NULL, |
|
| int | id = 0 | |||
| ) |
The constructor is not normally used by the user code.
| int wxSpinEvent::GetPosition | ( | ) | const |
Retrieve the current spin button or control value.
| void wxSpinEvent::SetPosition | ( | int | pos | ) |
Set the value associated with the event.
|
[ top ] |