[wxPython-users] Bi-directional text box / command entry

Robin Dunn robin at alldunn.com
Tue Jul 10 10:46:13 PDT 2007


Bryce Bolton wrote:
> 
> 
> Hi,
> 
> Is there an example of a wxPython text box (preferably tabbed) where 
> when you type a command, Hello World gets printed in that same text box, 
> and to another tab of the same box?

If I understand you correctly it should just be a matter of catching the 
EVT_TEXT events and updating the other widget in whatever way you need.

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wxpython-users mailing list