]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/vlbox.h
use UnsetToolTip() instead of SetToolTip(NULL) to fix wxX11 build broken on Buildbot...
[wxWidgets.git] / interface / wx / vlbox.h
index 2f7ae80506d829425421e583ae991d5cd28b24b1..097b3a5718640521c7c0342e8543f6cae80e532e 100644 (file)
@@ -125,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.