Setting Focus in WxTextCtrl

Greg Krohn greg at invalid.invalid
Thu Dec 9 01:25:42 EST 2004


LutherRevisited wrote:
> I know in .NET text boxes have a focus method which will do
> this, but I can't find anything similar in the places I've looked so far.

wxPython does, in fact have such a method. It's called SetFocus. It's 
actually a wx.Window method, so all controls have it. hth

greg



More information about the Python-list mailing list