Add new wxTreeListCtrl class.
This is a facade for wxDataViewCtrl allowing to easily work with multi-column trees, possibly with an optional checkbox in the first column. Its API is very similar to wxTreeListCtrl and it provides a simple migration path from the latter. Add the class itself, documentation for it and minimal unit tests. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -191,6 +191,7 @@ Controls that are not static can have wxValidator associated with them.
|
||||
@li wxTextCtrl: Single or multiline text editing control
|
||||
@li wxToggleButton: A button which stays pressed when clicked by user.
|
||||
@li wxTreeCtrl: Tree (hierarchy) control
|
||||
@li wxTreeListCtrl: Multi-column tree control with simple interface
|
||||
@li wxStaticBitmap: A control to display a bitmap
|
||||
@li wxStyledTextCtrl: A wxWidgets implementation of the Scintilla source code
|
||||
editing component for plain text editing.
|
||||
|
Reference in New Issue
Block a user