]> git.saurik.com Git - wxWidgets.git/commitdiff
document UpdateColumn()
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 9 Dec 2008 14:05:07 +0000 (14:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 9 Dec 2008 14:05:07 +0000 (14:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/headerctrl.h

index d7fbc1af95eb7ce9a9b9ddeec203aee83f1a146a..f8f23a8aed2fd75926fe305c1b3cabdd7f911eda 100644 (file)
@@ -183,6 +183,18 @@ public:
      */
     bool IsEmpty() const;
 
+    /**
+        Update the column with the given index.
+
+        When the value returned by GetColumn() changes, this method must be
+        called to notify the control about the change and update the visual
+        display to match the new column data.
+
+        @param idx
+            The column index, must be less than GetColumnCount().
+     */
+    void UpdateColumn(unsigned int idx);
+
 protected:
     /**
         Method to be implemented by the derived classes to return the