]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_splitter.i
Make an app bundle for the doc viewer
[wxWidgets.git] / wxPython / src / _splitter.i
index a5fa5d5173d9cc145bd9b6f313a4c1db08dcfd26..863ad23bbd023e2bba768a83e460b00b9288a30f 100644 (file)
@@ -109,6 +109,11 @@ public:
     // parameter should be NULL)
     bool ReplaceWindow(wxWindow *winOld, wxWindow *winNew);
 
+    // Make sure the child window sizes are updated. This is useful
+    // for reducing flicker by updating the sizes before a
+    // window is shown, if you know the overall size is correct.
+    void UpdateSize();
+
     // Is the window split?
     bool IsSplit() const;