Added missing public: statement to docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1513,6 +1513,7 @@ public:
|
||||
*/
|
||||
class wxDataViewListCtrl: public wxDataViewCtrl
|
||||
{
|
||||
public:
|
||||
/**
|
||||
Default ctor.
|
||||
*/
|
||||
@@ -1699,7 +1700,7 @@ public:
|
||||
virtual ~wxDataViewTreeCtrl();
|
||||
|
||||
/**
|
||||
@todo docme
|
||||
Appends a container to the given @a parent.
|
||||
*/
|
||||
wxDataViewItem AppendContainer(const wxDataViewItem& parent,
|
||||
const wxString& text,
|
||||
@@ -1708,7 +1709,7 @@ public:
|
||||
wxClientData* data = NULL);
|
||||
|
||||
/**
|
||||
@todo docme
|
||||
Appends an item to the given @a parent.
|
||||
*/
|
||||
wxDataViewItem AppendItem(const wxDataViewItem& parent,
|
||||
const wxString& text,
|
||||
|
Reference in New Issue
Block a user