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.
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 - linkI 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!