]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing public: statement to docs
authorRobert Roebling <robert@roebling.de>
Mon, 19 Jan 2009 11:05:20 +0000 (11:05 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 19 Jan 2009 11:05:20 +0000 (11:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/dataview.h

index 2ab4725fd8136ff377b77a1b460a08eafc2bd5d6..01711dad71ea242dbbff5dc678ef49e035fc9b3c 100644 (file)
@@ -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,