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...
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.