]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/mdi.h
added (and documented) trivial but useful IsSingleLine() and IsMultiLine() text contr...
[wxWidgets.git] / include / wx / gtk / mdi.h
index 5dd2ae17626a0c7853394daa37f0aeb384b2274e..97819e9c1b07f4d768e0f7d0bf646360ed64cdee 100644 (file)
@@ -184,6 +184,11 @@ public:
     bool               m_justInserted;
 
 protected:
+    // override wxFrame methods to not do anything
+    virtual void DoSetSize(int x, int y,
+                           int width, int height,
+                           int sizeFlags = wxSIZE_AUTO);
+    virtual void DoSetClientSize(int width, int height);
     virtual void DoGetClientSize( int *width, int *height ) const;
 
 private: