properly implement Do[GS]etColumnsOrder() in the generic wxHeaderCtrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-12-10 16:24:08 +00:00
parent 7dfb6dc4a9
commit 74d283aac4
2 changed files with 31 additions and 8 deletions

View File

@@ -89,7 +89,7 @@ private:
// position is near the divider at the right end of this column (notice
// that this means that we return column 0 even if the position is over
// column 1 but close enough to the divider separating it from column 0)
int FindColumnAtPos(int x, bool& onSeparator) const;
int FindColumnAtPoint(int x, bool& onSeparator) const;
// return true if a drag resizing operation is currently in progress
bool IsResizing() const;