This commit is contained in:
Richard Kimberly Heck 2023-03-15 23:24:30 -04:00
parent 175bcc6efc
commit 7bcf201f40

View File

@ -1150,7 +1150,8 @@ public:
docstring asString(idx_type stidx, idx_type enidx, bool intoInsets = true);
///
ParagraphList asParList(idx_type stidx, idx_type enidx);
///
bool confirmDeletion() const override { return true; }
/// Returns whether the cell in the specified row and column is selected.
bool isCellSelected(Cursor & cur, row_type row, col_type col) const;
///