X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..2f2635175aeb1a0a048d0f92e1ac761d716935ed:/include/wx/vlbox.h diff --git a/include/wx/vlbox.h b/include/wx/vlbox.h index c6235d98b5..6887686b03 100644 --- a/include/wx/vlbox.h +++ b/include/wx/vlbox.h @@ -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 // ----------