Implement LineEdit.get_selected_text()

This commit is contained in:
VolTer
2023-03-30 17:07:28 +02:00
parent 1222d35cdd
commit 1856ceeb76
3 changed files with 21 additions and 5 deletions

View File

@ -274,6 +274,7 @@ public:
void selection_delete();
void deselect();
bool has_selection() const;
String get_selected_text();
int get_selection_from_column() const;
int get_selection_to_column() const;