]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listctrl.h
fixed outdated filenames
[wxWidgets.git] / include / wx / msw / listctrl.h
index b4b1597388a9f8b7aa7e0ce38ce4f25b4cd6bb5f..47c58d65fe3c58fb076b746370c8222ee6c1bfe9 100644 (file)
@@ -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
     ////////////////////////////////////////////////////////////////////////////