]> git.saurik.com Git - wxWidgets.git/commitdiff
relay out the control after deleting any page, not just the last one (#9684); also...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Jul 2008 02:04:28 +0000 (02:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Jul 2008 02:04:28 +0000 (02:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/listbook.h

index c6a78fc706cafab307aa8fc4926d97a35a4e1ce4..f77b0ca6906575df2ea1206d426fd20db027d461 100644 (file)
@@ -112,6 +112,10 @@ private:
     // common part of all constructors
     void Init();
 
+    // this should be called when we need to be relaid out
+    void UpdateSize();
+
+
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxListbook)
 };