[wxPython-users] wxGrid with custom editors, several question

Robin Dunn robin at alldunn.com
Wed Sep 6 19:47:31 PDT 2006


Basil Shubin wrote:
> 
> Greate! I know now how to catch appropriate event. Next problem, how I 
> can determine which ComboBox I got with GetControl method, because I 
> have several combox boxes on each row. So which ComboxBox belongs to 
> which column?

There is only one cell editor active at once so when you get the event 
it will be for the current cell.  You can also get the row/col from the 
event object.



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





More information about the wxpython-users mailing list