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

OptDlg.h File Reference


Detailed Description

Defines the mgOptDlg class.

See OptionsDlg.cpp for more info.

Definition in file OptDlg.h.

#include "mg/Setup.h"
#include "mg/GUIUtils.h"
#include "mg/OptTreeCtrl.h"
#include <wx/config.h>

Go to the source code of this file.

Defines

#define OPTIONSDLG_BTN_OK   mgOPTIONSDLG_BASEID+1
#define OPTIONSDLG_BTN_CANCEL   mgOPTIONSDLG_BASEID+2
#define OPTIONSDLG_BTN_APPLY   mgOPTIONSDLG_BASEID+3
#define OPTIONSDLG_TREELIST   mgOPTIONSDLG_BASEID+4
#define OPTIONSDLG_MAX_TREELIST_DEPTH   6
#define OPTIONSDLG_KEYPANEL_BASEID   mgOPTIONSDLG_BASEID+100
#define OPTIONSDLG_FONTPANEL_BASEID   mgOPTIONSDLG_BASEID+200
#define EVT_OPTIONS_CHANGED(func)


Define Documentation

#define EVT_OPTIONS_CHANGED func   ) 
 

Value:

DECLARE_EVENT_TABLE_ENTRY( mgEVT_OPTIONS_CHANGED, wxID_ANY,    \
   wxID_ANY, (wxObjectEventFunction) (wxEventFunction)            \
   wxStaticCastEvent( wxCommandEventFunction, & func ),        \
   (wxObject *) NULL ),

Definition at line 105 of file OptDlg.h.



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

[ Top ]