[wxPython] wxGrid.SelectBlock

Why does the wxPython version of wxGrid.SelectBlock only take 4
arguments, when the c++ version takes 5? The "addToSelected" argument is
sorely missed.

Or does anyone know another way to select a lot of rows in a reasonable
amount of time?
Selecting 1500 rows row by row takes forever...

···

--
  Pierre Hjälm, Systems Administrator
  Department of Information Science, Uppsala University, Sweden
  email:pierre.hjalm@dis.uu.se phone:+46-(0)18-4711044
fax:+46-(0)18-554422
_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users

Why does the wxPython version of wxGrid.SelectBlock only take 4
arguments, when the c++ version takes 5? The "addToSelected" argument is
sorely missed.

It was probably added after I did the initial work of making the python
version. Little changes like that can get lost easily, but are usually
caught by observant folks like you... I've added it for the next release.

Thanks!

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxPython.org Java give you jitters?
http://wxPROs.com Relax with wxPython!

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users