]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention wxDataViewTreeCtrl in wxTreeCtrl
authorRobert Roebling <robert@roebling.de>
Sat, 24 May 2008 19:49:55 +0000 (19:49 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 24 May 2008 19:49:55 +0000 (19:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/treectrl.h

index 1e560475ce968d5958b1d0a8a4fc39bd34dc2412..a1e582fcc447662d1eb7142a4bf31aa58bb1725a 100644 (file)
@@ -15,6 +15,9 @@
     expanded to show further items. Items in a tree control are referenced by
     wxTreeItemId handles, which may be tested for validity by calling
     wxTreeItemId::IsOk().
+    
+    A similar control with a fully native implemtation for GTK+ and OS X
+    as well is wxDataViewTreeCtrl.
 
     To intercept events from a tree control, use the event table macros
     described in wxTreeEvent.
@@ -75,7 +78,7 @@
     @category{ctrl}
     <!-- @appearance{treectrl.png} -->
 
-    @see wxTreeEvent, wxTreeItemData, @ref overview_treectrl, wxListBox,
+    @see wxDataViewTreeCtrl, wxTreeEvent, wxTreeItemData, @ref overview_treectrl, wxListBox,
          wxListCtrl, wxImageList
 */
 class wxTreeCtrl : public wxControl