Mention wxDataViewTreeCtrl in wxTreeCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -15,6 +15,9 @@
|
|||||||
expanded to show further items. Items in a tree control are referenced by
|
expanded to show further items. Items in a tree control are referenced by
|
||||||
wxTreeItemId handles, which may be tested for validity by calling
|
wxTreeItemId handles, which may be tested for validity by calling
|
||||||
wxTreeItemId::IsOk().
|
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
|
To intercept events from a tree control, use the event table macros
|
||||||
described in wxTreeEvent.
|
described in wxTreeEvent.
|
||||||
@@ -75,7 +78,7 @@
|
|||||||
@category{ctrl}
|
@category{ctrl}
|
||||||
<!-- @appearance{treectrl.png} -->
|
<!-- @appearance{treectrl.png} -->
|
||||||
|
|
||||||
@see wxTreeEvent, wxTreeItemData, @ref overview_treectrl, wxListBox,
|
@see wxDataViewTreeCtrl, wxTreeEvent, wxTreeItemData, @ref overview_treectrl, wxListBox,
|
||||||
wxListCtrl, wxImageList
|
wxListCtrl, wxImageList
|
||||||
*/
|
*/
|
||||||
class wxTreeCtrl : public wxControl
|
class wxTreeCtrl : public wxControl
|
||||||
|
Reference in New Issue
Block a user