X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/43a18898651f71010606d8682fdf88cfc1c02193..0dbd6262a9ee7d735fb3930707346298f71b2cb7:/include/wx/gtk1/dialog.h diff --git a/include/wx/gtk1/dialog.h b/include/wx/gtk1/dialog.h index 2e3607d09c..25cfa99c37 100644 --- a/include/wx/gtk1/dialog.h +++ b/include/wx/gtk1/dialog.h @@ -62,7 +62,8 @@ public: 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 ); */ @@ -93,6 +94,8 @@ public: // implementation + virtual void GtkOnSize( int x, int y, int width, int height ); + bool m_modalShowing; wxString m_title; wxIcon m_icon;