dynamically created event separation
szurilo
szurilo at sch.bme.hu
Sun Feb 3 03:47:05 PST 2008
Hi!
I have dynamically created wxTextCtrls with an event handler connected to
them:
Connect(ID_FREQTEXTCTRL,wxEVT_COMMAND_TEXT_ENTER,wxCommandEventHandler(SRC_SRM_apiDialog::OnFreqTextCtrlTextEnter));
As you see i want to call the event handler when the user presses <ENTER> in
the wxTextCtrl.
My problem is that is want to identify which wxTextCtrl send the event to
the event handler function.
What is the correct procedure, structure to do this? Sry if this queston was
answered before i didnt find it in the arch. Thx.
Szurilo
--
View this message in context: http://www.nabble.com/dynamically-created-event-separation-tp15252679p15252679.html
Sent from the wxWidgets - Users mailing list archive at Nabble.com.
More information about the wx-users
mailing list