Bugs item #3064953, was opened at 2010-09-12 22:15
Message generated for change (Tracker Item Submitted) made by cperthuis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=745324&aid=3064953&group_id=140042

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Cedric Perthuis (cperthuis)
Assigned to: Nobody/Anonymous (nobody)
Summary: the methods from the wxTreeCtrl base class are not exposed

Initial Comment:
The methods of wxTreeCtrlBase should be available for wxTreeCtrl in wxlua.
ExpandAll and ExpandAllChildren are pretty useful in particular

 void ExpandAllChildren(const wxTreeItemId& item);
void ExpandAll();
 void CollapseAllChildren(const wxTreeItemId& item);
 void CollapseAll();
 void UnselectItem(const wxTreeItemId& item)
void ToggleItemSelection(const wxTreeItemId& item)
...

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=745324&aid=3064953&group_id=140042

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to