dynamically created event separation
Vadim Zeitlin
vadim at wxwidgets.org
Sun Feb 3 04:00:41 PST 2008
On Sun, 3 Feb 2008 03:47:05 -0800 (PST) szurilo <szurilo at sch.bme.hu> wrote:
s> My problem is that is want to identify which wxTextCtrl send the event to
s> the event handler function.
Use GetId() and/or GetEventObject() methods of wxEvent passed to the
handler to find it out.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list