From 1be9182df86e9a902fe9ab6edef960fdc449fed6 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Wed, 25 Apr 2007 08:20:03 +0000 Subject: [PATCH] Typo. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/dataviewmodel.tex | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/latex/wx/dataviewmodel.tex b/docs/latex/wx/dataviewmodel.tex index f658eb5574..095ce8918e 100644 --- a/docs/latex/wx/dataviewmodel.tex +++ b/docs/latex/wx/dataviewmodel.tex @@ -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}