X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/43a18898651f71010606d8682fdf88cfc1c02193..3b1de9c2eeedf27401d897a609baf15d8ff5914e:/include/wx/gtk1/dialog.h?ds=sidebyside 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;