]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo.
authorRobert Roebling <robert@roebling.de>
Wed, 25 Apr 2007 08:20:03 +0000 (08:20 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 25 Apr 2007 08:20:03 +0000 (08:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/dataviewmodel.tex

index f658eb557488d746f560d1a7a38ccf6ad5645f76..095ce8918e7c3ece7a24e6ef067f9baf6a39f57e 100644 (file)
@@ -133,14 +133,6 @@ display a certain column of this model.
 
 Call this if all data in your model has been cleared.
 
-\membersection{wxDataViewListModel::GetColType}\label{wxdataviewlistmodelgetcoltype}
-
-\func{virtual wxString}{GetColType}{\param{unsigned int }{col}}
-
-Override this to indicate what type of data is stored in the
-column specified by {\it col}. This should return a string
-indicating the type of data as reported by \helpref{wxVariant}{wxvariant}.
-
 \membersection{wxDataViewListModel::GetColumnCount}\label{wxdataviewlistmodelgetcolumncount}
 
 \func{virtual unsigned int}{GetColumnCount}{\void}
@@ -148,6 +140,14 @@ indicating the type of data as reported by \helpref{wxVariant}{wxvariant}.
 Override this to indicate, how many columns the list
 model has.
 
+\membersection{wxDataViewListModel::GetColumnType}\label{wxdataviewlistmodelgetcolumntype}
+
+\func{virtual wxString}{GetColType}{\param{unsigned int }{col}}
+
+Override this to indicate what type of data is stored in the
+column specified by {\it col}. This should return a string
+indicating the type of data as reported by \helpref{wxVariant}{wxvariant}.
+
 \membersection{wxDataViewListModel::GetRowCount}\label{wxdataviewlistmodelgetrowcount}
 
 \func{virtual unsigned int}{GetRowCount}{\void}