Re: Checked tree in wxpython (windows)

2005-09-13 Thread geire
Fits perfectly to my needs! Thanks. :-) Geir Arne -- http://mail.python.org/mailman/listinfo/python-list

Re: Checked tree in wxpython (windows)

2005-09-13 Thread Franz Steinhaeusler
On 13 Sep 2005 01:16:52 -0700, "geire" <[EMAIL PROTECTED]> wrote: >I'm trying to make a checked tree based on TreeCtrl. >[...] Not directly an answer, but: there exists already such a CheckTreeCtrl. I have uploaded it at: http://mitglied.lycos.de/drpython/CheckTreeCtrl.tar HTH >I've subclassed

Checked tree in wxpython (windows)

2005-09-13 Thread geire
I'm trying to make a checked tree based on TreeCtrl. I've subclassed the control such that checkmarks appear in the left hand side of the treeitems. So far so good. The challenge appears when I programmaly want to check the tree items since I don't know the hitem id which I should send an update to