On Oct 14, 9:36 am, azrael <[EMAIL PROTECTED]> wrote:
> Seen it already but looks to complicated. Someone knows a better way?
What about the tree control's GetSelection method? That seems to
return the TreeItemId.
Mike
--
http://mail.python.org/mailman/listinfo/python-list
Seen it already but looks to complicated. Someone knows a better way?
--
http://mail.python.org/mailman/listinfo/python-list
On Oct 14, 9:00 am, azrael <[EMAIL PROTECTED]> wrote:
> I need to implement a tree which will append a root. Any other node in
> the tree will be triggered when a button is pressed.
> I created the button, all the needed events, tree and a root. But when
> I want to append a node pressing the butto
I need to implement a tree which will append a root. Any other node in
the tree will be triggered when a button is pressed.
I created the button, all the needed events, tree and a root. But when
I want to append a node pressing the button I don't know How.
My idea is using the wx.EVT_TREE_SEL_CHAN