support column reordering using drag and drop when using wxHeaderCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2133,7 +2133,6 @@ protected:
|
||||
|
||||
//Column positions
|
||||
wxArrayInt m_colAt;
|
||||
int m_moveToCol;
|
||||
|
||||
bool m_canDragRowSize;
|
||||
bool m_canDragColSize;
|
||||
@@ -2293,10 +2292,11 @@ private:
|
||||
void DoStartResizeCol(int col);
|
||||
void DoUpdateResizeCol(int x);
|
||||
void DoUpdateResizeColWidth(int w);
|
||||
void DoStartMoveCol(int col);
|
||||
|
||||
void DoEndDragResizeRow();
|
||||
void DoEndDragResizeCol(wxMouseEvent *event = NULL);
|
||||
void DoEndDragMoveCol();
|
||||
void DoEndMoveCol(int pos);
|
||||
|
||||
|
||||
// common implementations of methods defined for both rows and columns
|
||||
|
Reference in New Issue
Block a user