Added API for column reordering
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -17,9 +17,10 @@ These flags define behaviour of the column:
|
||||
\begin{verbatim}
|
||||
enum wxDataViewColumnFlags
|
||||
{
|
||||
wxDATAVIEW_COL_RESIZABLE = 1, // the user can resize the column
|
||||
wxDATAVIEW_COL_SORTABLE = 2, // same as SetSortable()
|
||||
wxDATAVIEW_COL_HIDDEN = 4 // column is hidden
|
||||
wxDATAVIEW_COL_RESIZABLE = 1, // the user can resize the column
|
||||
wxDATAVIEW_COL_SORTABLE = 2, // same as SetSortable()
|
||||
wxDATAVIEW_COL_REORDERABLE = 4, // column can be reordered
|
||||
wxDATAVIEW_COL_HIDDEN = 8 // column is hidden
|
||||
};
|
||||
\end{verbatim}
|
||||
}
|
||||
|
Reference in New Issue
Block a user