]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/mdi.h
wxMemoryStream doc updated
[wxWidgets.git] / include / wx / motif / mdi.h
index a977ca4e6a235df24e95c7465604a9d85632cff7..143596828acc9c0b33495b14774ed99e0980d9ee 100644 (file)
@@ -104,6 +104,12 @@ public:
   // Redirect events to active child first
   virtual bool ProcessEvent(wxEvent& event);
 
+protected:
+  virtual void DoSetSize(int x, int y,
+                           int width, int height,
+                           int sizeFlags = wxSIZE_AUTO);
+  virtual void DoSetClientSize(int width, int height);
+
 
 protected:
 
@@ -145,7 +151,6 @@ public:
     void SetMenuBar(wxMenuBar *menu_bar);
     void SetTitle(const wxString& title);
 
-    void SetClientSize(int width, int height);
     void GetClientSize(int *width, int *height) const;
     void GetSize(int *width, int *height) const;
     void GetPosition(int *x, int *y) const ;