I want to get firstchild item's text in treectrl

hi!

In wxpython I want to get first child item's text in treectrl.

node tree
root - title - link

I want to get link node's text when I mouse right click title.

howto?

thanks.

multi wrote:

hi!

In wxpython I want to get first child item's text in treectrl.

node tree
root - title - link

I want to get link node's text when I mouse right click title.

howto?

There are several examples of using GetItemText in the TreeCtrl sample
in the demo.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!