]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/vlbox.h
Fixed wxPGMultiButton (event handling, FinalizePosition() -> Finalize(), no longer...
[wxWidgets.git] / interface / wx / vlbox.h
index ee09a476dfd18fbc99fa9d82cb42b3382ada6e8e..fcbb7c8a3a29cd39d7dde8af6bf77e140c0b9a25 100644 (file)
@@ -129,6 +129,8 @@ public:
         Returns the rectangle occupied by this item in physical coordinates.
 
         If the item is not currently visible, returns an empty rectangle.
         Returns the rectangle occupied by this item in physical coordinates.
 
         If the item is not currently visible, returns an empty rectangle.
+
+        @since 2.9.0
      */
     wxRect GetItemRect(size_t item) const;
 
      */
     wxRect GetItemRect(size_t item) const;
 
@@ -284,7 +286,7 @@ public:
 
         This is just a synonym for wxVScrolledWindow::SetRowCount().
     */
 
         This is just a synonym for wxVScrolledWindow::SetRowCount().
     */
-    void SetItemCount(size_t count);
+    virtual void SetItemCount(size_t count);
 
     //@{
     /**
 
     //@{
     /**