]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/vlbox.h
pch-less compilation fix for r55285
[wxWidgets.git] / include / wx / vlbox.h
index aa894553e5b8a35f1df232312684d00691794323..6887686b03f973290782e8c8b2bbf05c8fc8129c 100644 (file)
@@ -32,7 +32,7 @@ class WXDLLIMPEXP_FWD_CORE wxSelectionStore;
     It emits the same events as wxListBox and the same event macros may be used
     with it.
  */
-class WXDLLEXPORT wxVListBox : public wxVScrolledWindow
+class WXDLLIMPEXP_CORE wxVListBox : public wxVScrolledWindow
 {
 public:
     // constructors and such
@@ -127,6 +127,8 @@ public:
     // 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
     // ----------