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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user