Hi Dario,
On 9/10/2014 12:09,
dario...@gmail.com wrote:
> I'm in the process of migrating a TreeCtrl to a DataViewCtrl, but I've
> noticed that DataViewCtrl has some predefined accelerators (keyboard
> shortcuts) that override those set for some main menu items only when
> the control is focused. In particular I've found Ctrl+f (opens a text
> search that by the way works in the demo but not in my implementation)
I think this is wxPython demo shortcut and not specific to the
TreeCtrl. If you press ctrl+f the focus goes to the Demo Code tab and
you search within the code.
Werner