git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58219
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
*/
class wxDataViewListCtrl: public wxDataViewCtrl
{
+public:
/**
Default ctor.
*/
virtual ~wxDataViewTreeCtrl();
/**
- @todo docme
+ Appends a container to the given @a parent.
*/
wxDataViewItem AppendContainer(const wxDataViewItem& parent,
const wxString& text,
wxClientData* data = NULL);
/**
- @todo docme
+ Appends an item to the given @a parent.
*/
wxDataViewItem AppendItem(const wxDataViewItem& parent,
const wxString& text,