Move column organizing code to ports, away from common code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -182,7 +182,7 @@ Collapses the item.
|
||||
|
||||
\membersection{wxDataViewCtrl::DeleteColumn}\label{wxdataviewctrldeletecolumn}
|
||||
|
||||
\func{virtual bool}{DeleteColumn}{\param{unsigned int }{pos}}
|
||||
\func{virtual bool}{DeleteColumn}{\param{const wxDataViewColumn* }{column}}
|
||||
|
||||
Deletes given column.
|
||||
|
||||
@@ -196,7 +196,9 @@ Expands the item.
|
||||
|
||||
\constfunc{virtual wxDataViewColumn*}{GetColumn}{\param{unsigned int }{pos}}
|
||||
|
||||
Returns pointer to the column.
|
||||
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}
|
||||
|
||||
|
Reference in New Issue
Block a user