]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/vlbox.h
extact common GAddress declarations to the common header instead of duplicating them...
[wxWidgets.git] / interface / wx / vlbox.h
index d3762220103fa06bf2277c3e0d6c854edcef5855..fcbb7c8a3a29cd39d7dde8af6bf77e140c0b9a25 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxVListBox
-    @wxheader{vlbox.h}
 
     wxVListBox is a wxListBox-like control with the following two main
     differences from a regular wxListBox: it can have an arbitrarily huge
@@ -126,6 +125,15 @@ public:
     */
     wxPoint GetMargins() const;
 
+    /**
+        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;
+
     /**
         Returns the index of the next selected item or @c wxNOT_FOUND if there
         are no more.
@@ -278,7 +286,7 @@ public:
 
         This is just a synonym for wxVScrolledWindow::SetRowCount().
     */
-    void SetItemCount(size_t count);
+    virtual void SetItemCount(size_t count);
 
     //@{
     /**