![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <wx/textctrl.h>
#include <wx/event.h>
#include <wx/validate.h>
Go to the source code of this file.
Classes | |
class | WxNumInput_Event |
class | WxNumInput |
class | WxNumValidator |
Defines | |
#define | EVT_REALNUM_CHANGED(id, fn) |
Typedefs | |
typedef void(wxEvtHandler::* | WxNumInput_Event_Fun )(WxNumInput_Event &) |
#define EVT_REALNUM_CHANGED | ( | id, | |
fn | |||
) |
DECLARE_EVENT_TABLE_ENTRY \ ( \ EVT_REALNUM_CHANGED , \ id , \ -1 , \ (wxObjectEventFunction)(wxEventFunction)(WxNumInput_Event_Fun) & fn , \ (wxObject*) NULL \ ),
typedef void(wxEvtHandler::* WxNumInput_Event_Fun)(WxNumInput_Event &) |