]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bookctrl.h
optimize FindItem(data) performance (closes #9870)
[wxWidgets.git] / include / wx / bookctrl.h
index 8ecfbef1907d66038be340cb32fbecad407f3f10..e101e0660cc2713ebe11a1335cabce2ce86f3478 100644 (file)
@@ -286,7 +286,7 @@ protected:
     int GetNextPage(bool forward) const;
 
     // Lay out controls
-    void DoSize();
+    virtual void DoSize();
 
     // This method also invalidates the size of the controller and should be
     // called instead of just InvalidateBestSize() whenever pages are added or
@@ -309,7 +309,7 @@ protected:
     bool m_ownsImageList;
 
     // get the page area
-    wxRect GetPageRect() const;
+    virtual wxRect GetPageRect() const;
 
     // event handlers
     virtual wxSize GetControllerSize() const;