MechSys  1.0
Computing library for simulations in continuum and discrete mechanics
Classes | Defines | Typedefs
/home/dorival/mechsys/lib/gui/wxnuminput.h File Reference
#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 Documentation

#define EVT_REALNUM_CHANGED (   id,
  fn 
)
Value:
DECLARE_EVENT_TABLE_ENTRY                                                 \
    (                                                                         \
        EVT_REALNUM_CHANGED                                                 , \
        id                                                                  , \
        -1                                                                  , \
        (wxObjectEventFunction)(wxEventFunction)(WxNumInput_Event_Fun) & fn , \
        (wxObject*) NULL                                                      \
    ),

Typedef Documentation

typedef void(wxEvtHandler::* WxNumInput_Event_Fun)(WxNumInput_Event &)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines