]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/frame.h
2nd attempt at MDI in wxMotif, using wxNotebook this time (still some probs).
[wxWidgets.git] / include / wx / gtk / frame.h
index 34494a92b5578127d3deccc8bb4ae33fcfe33f7f..c87f59f47ceeb42d6b9dfc3c987c6dd4bccef537 100644 (file)
@@ -66,6 +66,7 @@ public:
 
   virtual void SetSize( int x, int y, int width, int height,
     int sizeFlags = wxSIZE_AUTO );
+  virtual void SetSize( int width, int height );
     
   virtual wxStatusBar* CreateStatusBar(int number=1, long style = wxST_SIZEGRIP, wxWindowID id = 0,
     const wxString& name = "statusBar");