Дана 17. 2. 2026. у 19:01, Ed Leafe пише:
As far as I can tell from the wxPython docs, it isn't possible. I just tried 
interactively by calling:

grd.SelectRow(0, addToSelected=False)
# the top row is selected

grd.SelectRow(1, addToSelected=True)
# the first two rows are selected

grd.SelectRow(4, addToSelected=True)
# only the fourth row is selected

Yup, it doesn't work and it seems the addToSelected is simply ignored. The cause is probably somewhere in the C routines, so not worth the trouble, life is too short for that.

_______________________________________________
Dabo-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to