Public Member Functions | |
WxRealNumInput (wxWindow *Parent, wxWindowID Id, const wxString &Str, const wxPoint &Pos, const wxSize &Size, int Style=0) | |
void | OnChar (wxKeyEvent &Event) |
void | OnSetFocus (wxFocusEvent &Event) |
void | OnKillFocus (wxFocusEvent &Event) |
void | OnTextEnter (wxCommandEvent &Event) |
Private Member Functions | |
DECLARE_EVENT_TABLE () wxString _buffer | |
TODO: correct this: It seems to send changed event twice! | |
bool | _validate_value (REAL &TmpValue) |
void | _send_realnum_changed_event (REAL Val) |
Definition at line 91 of file wxrealnuminput.h.