mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:28:10 +00:00
GTextEditor: Simplify delete_selection().
This commit is contained in:
parent
5602f3be6c
commit
c4937f01d8
2 changed files with 40 additions and 12 deletions
|
@ -85,6 +85,7 @@ private:
|
|||
void remove(int index);
|
||||
void append(const char*, int);
|
||||
void truncate(int length);
|
||||
void clear();
|
||||
|
||||
private:
|
||||
// NOTE: This vector is null terminated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue