[wxPython-users] gtk: search with first letter in listctrl and
listbox
Robin Dunn
robin at alldunn.com
Mon Mar 5 10:36:32 PST 2007
Franz Steinhaeusler wrote:
> Very annoying to is the fact that on ListCtrl
> and Listbox, the keyboard is ignored.
>
> I quite often use it to preselect an item
> or jump to the first item, which begins with 'e'
> for example by typing 'e' on the keyboard.
>
> Is there a style constant for that? I did not find any.
You need to implement it yourself.
>
> wxPython 2.8.1.1 (On windows that is working).
IIRC that depends on the version of the native common controls DLL
currently in use, so you may be better off implementing it yourself
there too...
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list