wxWindow *dialogParent;
// Area reserved for font display
- wxRectangle fontRect;
+ wxRect fontRect;
wxChoice *familyChoice;
wxChoice *styleChoice;
wxChoice *colourChoice;
wxCheckBox *underLineCheckBox;
wxChoice *pointSizeChoice;
+ bool m_useEvents;
// static bool fontDialogCancelled;
public:
wxGenericFontDialog(void);
- wxGenericFontDialog(wxWindow *parent, wxFontData *data = NULL);
+ wxGenericFontDialog(wxWindow *parent, wxFontData *data = (wxFontData *) NULL);
~wxGenericFontDialog(void);
- bool Create(wxWindow *parent, wxFontData *data = NULL);
+ bool Create(wxWindow *parent, wxFontData *data = (wxFontData *) NULL);
int ShowModal(void);