]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/headerctrlg.h
disable new event code unconditionally for now
[wxWidgets.git] / include / wx / generic / headerctrlg.h
index 3550f179cad58404b3b0a99bf7972df6fd37c8f8..28a73c24b0b18972a03f1008ef363db02a234332 100644 (file)
@@ -127,7 +127,11 @@ private:
     // same functions as above but for column moving/reordering instead of
     // resizing
     void StartReordering(unsigned int col, int xPhysical);
-    void EndReordering(int xPhysical);
+
+    // returns true if we did drag the column somewhere else or false if we
+    // didn't really move it -- in this case we consider that no reordering
+    // took place and that a normal column click event should be generated
+    bool EndReordering(int xPhysical);
 
     // constrain the given position to be larger than the start position of the
     // given column plus its minimal width and return the effective width