void OnApply( wxCommandEvent &event );
void OnCancel( wxCommandEvent &event );
void OnOK( wxCommandEvent &event );
- void OnPaint(wxPaintEvent& event);
+ void OnPaint( wxPaintEvent& event );
+ void OnSize( wxSizeEvent &event );
/*
void OnCharHook( wxKeyEvent& event );
*/
// implementation
+ virtual void GtkOnSize( int x, int y, int width, int height );
+
bool m_modalShowing;
wxString m_title;
wxIcon m_icon;