]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/mdi.h
shows different SetCursor() calls
[wxWidgets.git] / include / wx / motif / mdi.h
index a977ca4e6a235df24e95c7465604a9d85632cff7..d27d70424232f040291cba9a573216f59f9d3072 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: