X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3ca8487512246d26cb9cae4976457d12b059171..606e0968102a2edc4d5bb1e05c52bfd351733a25:/interface/wx/listctrl.h?ds=inline diff --git a/interface/wx/listctrl.h b/interface/wx/listctrl.h index 90af91932b..3c285a12ea 100644 --- a/interface/wx/listctrl.h +++ b/interface/wx/listctrl.h @@ -642,6 +642,11 @@ public: */ long HitTest(const wxPoint& point, int& flags, long* ptrSubItem = NULL) const; + /** + Returns true if the control is currently using ::wxLC_REPORT style. + */ + bool InReportView() const; + /** For report view mode (only), inserts a column. For more details, see SetItem(). */ @@ -707,6 +712,11 @@ public: long InsertItem(long index, const wxString& label, int imageIndex); + /** + Returns true if the control is currently in virtual report view. + */ + bool IsVirtual() const; + /** Redraws the given @e item.