Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

MathGUI.h File Reference


Detailed Description

Defines the mgMathGUI class.

See MathGUI.cpp for more info.

Definition in file MathGUI.h.

#include <wx/wxprec.h>
#include <wx/wx.h>

Go to the source code of this file.

Defines

#define EVT_SYNTAX_ERROR(winid, fn)
 Adds an event handler for the mgEVT_ACTIVE_ELEM_CHANGED custom event: the wxEvtHandler registered as client event handler of the mgMathBox window will receive such an event each time the element highlighted by mouse cursor changes.


Define Documentation

#define EVT_SYNTAX_ERROR winid,
fn   ) 
 

Value:

DECLARE_EVENT_TABLE_ENTRY( mgEVT_SYNTAX_ERROR, winid,       \
      wxID_ANY, (wxObjectEventFunction) (wxEventFunction)         \
      wxStaticCastEvent( wxCommandEventFunction, & fn ),       \
      (wxObject *) NULL ),
Adds an event handler for the mgEVT_ACTIVE_ELEM_CHANGED custom event: the wxEvtHandler registered as client event handler of the mgMathBox window will receive such an event each time the element highlighted by mouse cursor changes.

Definition at line 62 of file MathGUI.h.



Documentation generated with Doxygen on Sun Feb 6 17:19:27 2005
Visit MathStudio home page for more info

[ Top ]