Let various AppendXXXColumn helplers return the column created within
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11,7 +11,7 @@ this class to render its data.
|
||||
|
||||
\wxheading{Constants}
|
||||
|
||||
These flags define behavi
|
||||
These flags define behaviour of the column:
|
||||
|
||||
{\small
|
||||
\begin{verbatim}
|
||||
@@ -122,9 +122,7 @@ Set the bitmap of the column header.
|
||||
|
||||
Indicate the sort order if the implementation of the
|
||||
wxDataViewCtrl supports it, most commonly by showing
|
||||
a little arrow. Use this in conjunction with
|
||||
\helpref{wxDataViewSortedListModel::SetAscending}{wxdataviewsortedlistmodelsetascending}
|
||||
to sort the actual data.
|
||||
a little arrow.
|
||||
|
||||
\membersection{wxDataViewColumn::SetSortable}\label{wxdataviewcolumnsetsortable}
|
||||
|
||||
@@ -132,9 +130,7 @@ to sort the actual data.
|
||||
|
||||
Indicate that the column is sortable. This is only to provide a
|
||||
visual hint in the column (such as a sort order indicator). It
|
||||
will not actually sort the data. Use a
|
||||
\helpref{wxDataViewSortedListModel}{wxdataviewsortedlistmodel}
|
||||
to so the sorting.
|
||||
will not actually sort the data.
|
||||
|
||||
\membersection{wxDataViewColumn::SetTitle}\label{wxdataviewcolumnsettitle}
|
||||
|
||||
|
Reference in New Issue
Block a user