added wxVListBox::GetItemRect() (#9711)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-07-13 17:28:31 +00:00
parent 1bf55f4cda
commit 293b15f78d
4 changed files with 46 additions and 0 deletions

View File

@@ -125,6 +125,13 @@ 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.
*/
wxRect GetItemRect(size_t item) const;
/**
Returns the index of the next selected item or @c wxNOT_FOUND if there
are no more.