#include <wxnuminput.h>
List of all members.
Public Member Functions |
| WxNumInput (wxWindow *Parent, wxWindowID Id, double Val, const wxPoint &Pos=wxDefaultPosition, const wxSize &Size=wxDefaultSize, int Style=0, wxValidator const &Validator=wxDefaultValidator) |
void | OnChar (wxKeyEvent &Event) |
void | OnSetFocus (wxFocusEvent &Event) |
void | OnKillFocus (wxFocusEvent &Event) |
void | OnTextEnter (wxCommandEvent &Event) |
double | GetVal () const |
| TODO: correct this: It seems to send changed event twice!
|
void | SetVal (double Val) |
Constructor & Destructor Documentation
WxNumInput::WxNumInput |
( |
wxWindow * |
Parent, |
|
|
wxWindowID |
Id, |
|
|
double |
Val, |
|
|
const wxPoint & |
Pos = wxDefaultPosition , |
|
|
const wxSize & |
Size = wxDefaultSize , |
|
|
int |
Style = 0 , |
|
|
wxValidator const & |
Validator = wxDefaultValidator |
|
) |
| [inline] |
Member Function Documentation
TODO: correct this: It seems to send changed event twice!
The documentation for this class was generated from the following file: