Do you know of a method I can call from a class which is an extension of
wx.TextCtrl to say "Tab to the next widget"?
Thanks
Adam.
Do you know of a method I can call from a class which is an extension of
wx.TextCtrl to say "Tab to the next widget"?
Thanks
Adam.
Adam Spencer wrote:
Do you know of a method I can call from a class which is an extension of wx.TextCtrl to say "Tab to the next widget"?
See wx.Window.Navigate
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!