X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63166611fb485936c4f320bad2d7b2df58c37616..ccdcde00d9ae27ca20ff6c3c9495918a0ec725aa:/include/wx/msw/listctrl.h?ds=sidebyside diff --git a/include/wx/msw/listctrl.h b/include/wx/msw/listctrl.h index b4b1597388..47c58d65fe 100644 --- a/include/wx/msw/listctrl.h +++ b/include/wx/msw/listctrl.h @@ -21,8 +21,9 @@ #include "wx/control.h" #include "wx/event.h" #include "wx/hash.h" +#include "wx/textctrl.h" + -class WXDLLEXPORT wxTextCtrl; class WXDLLEXPORT wxImageList; /* @@ -231,6 +232,10 @@ public: // returns true if it is a virtual list control bool IsVirtual() const { return (GetWindowStyle() & wxLC_VIRTUAL) != 0; } + // refresh items selectively (only useful for virtual list controls) + void RefreshItem(long item); + void RefreshItems(long itemFrom, long itemTo); + // Operations ////////////////////////////////////////////////////////////////////////////