]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/mdi.h
Fixed missing paint events when overriding DoMoveWindow()
[wxWidgets.git] / include / wx / mac / mdi.h
index fc3cf946034e707beace39fe5a71887b8ec1db3e..93038739f828047b7d5e7fb643c761ab19efad20 100644 (file)
@@ -64,7 +64,7 @@ public:
   // Gets the size available for subwindows after menu size, toolbar size
   // and status bar size have been subtracted. If you want to manage your own
   // toolbar(s), don't call SetToolBar.
-  void GetClientSize(int *width, int *height) const;
+  void DoGetClientSize(int *width, int *height) const;
 
   // Get the active MDI child window (Windows only)
   wxMDIChildFrame *GetActiveChild() const ;