documented Collapse() and Expand()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f71d3ba46c
commit
e15c84ce24
@ -174,12 +174,24 @@ Removes all columns.
|
||||
|
||||
Unselects all rows.
|
||||
|
||||
\membersection{wxDataViewCtrl::Collapse}\label{wxdataviewctrlcollapse}
|
||||
|
||||
\func{void}{Collapse}{\param{const wxDataViewItem \& }{item}}
|
||||
|
||||
Collapses the item.
|
||||
|
||||
\membersection{wxDataViewCtrl::DeleteColumn}\label{wxdataviewctrldeletecolumn}
|
||||
|
||||
\func{virtual bool}{DeleteColumn}{\param{unsigned int }{pos}}
|
||||
|
||||
Deletes given column.
|
||||
|
||||
\membersection{wxDataViewCtrl::Expand}\label{wxdataviewctrlexpand}
|
||||
|
||||
\func{void}{Expand}{\param{const wxDataViewItem \& }{item}}
|
||||
|
||||
Expands the item.
|
||||
|
||||
\membersection{wxDataViewCtrl::GetColumn}\label{wxdataviewctrlgetcolumn}
|
||||
|
||||
\constfunc{virtual wxDataViewColumn*}{GetColumn}{\param{unsigned int }{pos}}
|
||||
|
Loading…
Reference in New Issue
Block a user