[wxPython] wxTreeCtrl

2:
  event.Skip() lets the default handler take over

HTH,
Mike

···

-----Original Message-----
From: Geoff Wedig [mailto:wedig@darwin.epbi.cwru.edu]
Sent: Saturday, April 29, 2000 7:02 AM
To: python
Subject: [wxPython] wxTreeCtrl

Ok, I love the tree control, but I've noticed a few potential bugs. One
of these may be due to my own stupidity, though (I'm new to this
wxPython thing, though I already have found lots of uses for it!)

1. SortChildren doesn't seem to work. It never calls OnCompareItems,
which I tested by overloading the method to see.

2. This is my stupidity question: Is there any way to add custom
keyboard control without losing the built-in control? I added an OnChar
function, which overrides, and added a wxTreeCtrl.OnChar call at the
end, but it seems there is no OnChar in wxTreeCtrl or any of it's base
classes. There may be another method for doing this, this was taken
from programming Windows applications in C and C++. So how do I do it?

Thanks for all the help.

Geoff

(PS. Robin, I've found no way to have my messages *not* come from
wedig@darwin.epbi.cwru.edu. Could you update my user file so that that
is my email?)

_______________________________________________
wxPython-users mailing list wxPython-users@wxwindows.org
http://wxwindows.org/mailman/listinfo/wxpython-users