]> git.saurik.com Git - wxWidgets.git/commitdiff
documented Collapse() and Expand()
authorRobert Roebling <robert@roebling.de>
Sat, 25 Aug 2007 21:06:16 +0000 (21:06 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 25 Aug 2007 21:06:16 +0000 (21:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/dataviewctrl.tex

index 47d3816ad80ffd181dddc171e544c82a2a0030fd..8699ae2ea8ebada852c2392be8e6054cd917d213 100644 (file)
@@ -174,12 +174,24 @@ Removes all columns.
 
 Unselects all rows.
 
 
 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::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}}
 \membersection{wxDataViewCtrl::GetColumn}\label{wxdataviewctrlgetcolumn}
 
 \constfunc{virtual wxDataViewColumn*}{GetColumn}{\param{unsigned int }{pos}}