]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dialog.h
BC++/16-bit support now working, but without resource system
[wxWidgets.git] / include / wx / gtk1 / dialog.h
index 2e3607d09c7ab0b6fe0c011f58f84b0690196b1f..25cfa99c37751f0ca1affd972d66ec0574352129 100644 (file)
@@ -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;