Ticket #11620 (closed enhancement: fixed)
Add wxTreeCtrl::SelectAll()
| Reported by: | TNikolay | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | GUI-all | Version: | 2.9-svn |
| Keywords: | wxTreeCtrl selection simple | Cc: | |
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
Why wxTreeCtrl has UnselectAll(), but does not has SelectAll()? I noticed that there is no direct way correctly write method SelectAll for wxTreeCtrl delivered class without duplicating a lot of private code from wxTreeCtrl class. So I have tried add this method into wxTreeCtrl. Hope it's a correct version.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

