wxTextCtrl input

Hello,

What is the easiest way to send text from one wx.TextCtrl
to another wx.TextCtrl when I press Enter?

I am trying to collect text from wxTextCtrl A to add to wxTextCtrl B
when I hit Enter. wxTextCtrl A will then clear so that I can append more
text to wxTextCtrl B.

Any help?

Thanks!

May be: look for EVT_TEXT_ENTER(id, func)

-----Message d'origine-----

···

De : Allever @ Earthlink [mailto:allever@earthlink.net]
Envoyé : mardi 13 avril 2004 09:16
À : wxPython-users@lists.wxwidgets.org
Objet : [wxPython-users] wxTextCtrl input

Hello,

What is the easiest way to send text from one wx.TextCtrl
to another wx.TextCtrl when I press Enter?

I am trying to collect text from wxTextCtrl A to add to wxTextCtrl B
when I hit Enter. wxTextCtrl A will then clear so that I can append more
text to wxTextCtrl B.

Any help?

Thanks!