]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/splitter.h
use iostream.h and not iostream with OpenWatcom (part of patch 910058)
[wxWidgets.git] / include / wx / generic / splitter.h
index 1162e887da4772b636f64456ec6e7c10c2a5ed85..61e4c08008f18da636658118b9aa3a8e60ae0ceb 100644 (file)
@@ -129,6 +129,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 { return (m_windowTwo != NULL); }