Re: [wxPython-users] Tab question
by Robin Dunn other posts by this author
Mar 25 2003 5:49AM messages near this date
Re: [wxPython-users] Tab question
|
Re: [wxPython-users] Making wxTreeListCtrl visible from Python
Mike C. Fletcher wrote:
> I'm not sure if it's wrapped to be overridable by Python windows, but
> this works with the wxcontrolcontainer verison I posted a while ago, and
> I _think_ it should work with the real wxControlContainer from
> wxPython/wxWindows:
>
> def AcceptsFocusFromKeyboard(self):
> """This control should never accept focus"""
> return false
>
> for the controls you don't want to accept focus. Afraid I'm too busy
> getting ready to leave for the conference to check it, but hopefully
> it'll help.
It's only available for override in wxPyWindow, wxPyPanel and wxPyControl.
--
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
|