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:
Robert Roebling
2007-08-22 13:39:32 +00:00
parent cd722937d8
commit c7074d4419
4 changed files with 101 additions and 66 deletions

View File

@@ -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}