Re: [wxPython-users] Tab question
by Robin Dunn other posts by this author
Mar 24 2003 10:32PM messages near this date
[wxPython-users] Tab question
|
Re: [wxPython-users] Tab question
Ilia Kats wrote:
> Hi all,
>
> I have some controls grouped in some panel. I want some of them to be
> skipped when presseing TAB. Can I do it somehow without catching the
> wxSET_FOCUS event or/and without changing the wxPanel to some other
> ctrl?!?
You could disable the controls, but that probably isn't what you want.
I've often thought that having a SetAcceptsFocus(bool) method would be
nice, but that isn't in there (yet) either...
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@[...].org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org
Thread:
Ilia Kats
Robin Dunn
Mike C. Fletcher
Robin Dunn
|