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:
Robert Roebling
2007-08-26 10:05:16 +00:00
parent b1a3a96499
commit 91a6c65558
5 changed files with 75 additions and 41 deletions

View File

@@ -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}