Hi all,
Firstly, really enjoying my first steps in wxPython after quite a bit
of tcl/tk.
I have a whole lot of (identical looking) rows in a grid pattern.
Each row consists of one TextCtrl and one Button.
I have given IDs to each TextCtrl and Button in a simple incrementing
sequence.
I have a bind from each button to a common event handler, which must
get the current
value of the TextCtrl in the same row as the button that was pressed.
I know that I can get the ID of the current button widget by
event.GetId(),
and could then calculate the ID of the corresponding TextCtrl widget.
But how do I reference the TextCtrl get by using it's ID?
Or is there a better way to do this?
Thanks
···
--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en