]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/vlbox.h
added wxVListBox::GetItemRect() (#9711)
[wxWidgets.git] / include / wx / vlbox.h
index c6235d98b57ece587257822b4e99b2a411266d99..6887686b03f973290782e8c8b2bbf05c8fc8129c 100644 (file)
@@ -127,6 +127,8 @@ public:
     // get the background colour of selected cells
     const wxColour& GetSelectionBackground() const { return m_colBgSel; }
 
     // get the background colour of selected cells
     const wxColour& GetSelectionBackground() const { return m_colBgSel; }
 
+    // get the item rect, returns empty rect if the item is not visible
+    wxRect GetItemRect(size_t n) const;
 
     // operations
     // ----------
 
     // operations
     // ----------