wxWidgets/interface
Vadim Zeitlin 3307000baa Add wxGrid::GetSelectedRowBlocks() and GetSelectedColBlocks()
These functions are much simpler to use in the application code using
wxGrid in row- or column-only selection mode than GetSelectedBlocks()
itself because they take care of deduplicating, ordering and squashing
together the adjacent ranges, so that the application can use their
results directly, unlike with GetSelectedBlocks().
2020-05-27 03:19:34 +02:00
..
wx Add wxGrid::GetSelectedRowBlocks() and GetSelectedColBlocks() 2020-05-27 03:19:34 +02:00
check_syntax.sh