Add wxDataViewCtrl::GetColumnPosition() stubs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-09-13 13:29:19 +00:00
parent 21f47fb900
commit 453091c269
8 changed files with 32 additions and 8 deletions

View File

@@ -210,19 +210,18 @@ Returns pointer to the column. {\it pos} refers to the
position in the control which may change after reordering
columns by the user.
\membersection{wxDataViewCtrl::GetModel}\label{wxdataviewctrlgetmodel}
\constfunc{virtual wxDataViewModel*}{GetModel}{\void}
Returns pointer to the data model associated with the
control (if any).
\membersection{wxDataViewCtrl::GetColumnCount}\label{wxdataviewctrlgetcolumncount}
\constfunc{virtual unsigned int}{GetColumnCount}{\void}
Returns the number of columns.
\membersection{wxDataViewCtrl::GetColumnPosition}\label{wxdataviewctrlgetcolumnposition}
\constfunc{virtual int}{GetColumnPosition}{\param{const wxDataViewColumn* }{column}}
Returns the position of the column or -1 if not found in the control.
\membersection{wxDataViewCtrl::EnsureVisible}\label{wxdataviewctrlensurevisible}
\func{void}{EnsureVisible}{\param{const wxDataViewItem \& }{item}, \param{const wxDataViewColumn* }{column = NULL}}
@@ -247,6 +246,13 @@ Returns indentation.
Returns item rect.
\membersection{wxDataViewCtrl::GetModel}\label{wxdataviewctrlgetmodel}
\constfunc{virtual wxDataViewModel*}{GetModel}{\void}
Returns pointer to the data model associated with the
control (if any).
\membersection{wxDataViewCtrl::GetSelection}\label{wxdataviewctrlgetselection}
\constfunc{wxDataViewItem}{GetSelection}{\void}