[python-win32] Making a "Windows-like" app with wxPython
Robin Dunn
robin@alldunn.com
Thu, 5 Apr 2001 09:39:58 -0700
>
> Newbie question:
>
> I've built a number of applications on MS-Access (2.0 through 2000), and
> little things like tabbing through controls
Put the controls on a wxPanel. Tab-traversal is implemented there.
> and trapping events when
> entering and exiting a control are trivial.
Create event handlers for EVT_SET_FOCUS and EVT_KILL_FOCUS.
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!