| 597 | } |
| 598 | |
| 599 | void CsvGrid::updateSelection(int row_top, int col_left, int row_bottom, int col_right) { |
| 600 | DEBUG_PRINTF("#### CsvGrid::updateSelection\n"); |
| 601 | set_selection(row_top, col_left, row_bottom, col_right); |
| 602 | } |
| 603 | |
| 604 | int CsvGrid::innerWidth() { |
| 605 | DEBUG_PRINTF("#### CsvGrid::defaultFont\n"); |