]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bookctrl.h
Made toolbars sticky, i.e. you need to drag them
[wxWidgets.git] / include / wx / bookctrl.h
index 50b6dcdf13fda9bc67442df7b8de0777e1273687..6d3c80b67017f7dd82685e58efad8b73184fadd3 100644 (file)
@@ -213,6 +213,10 @@ public:
         return wxNOT_FOUND;
     }
 
+
+    // we do have multiple pages
+    virtual bool HasMultiplePages() const { return true; }
+
 protected:
     // Should we accept NULL page pointers in Add/InsertPage()?
     //