mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:37:35 +00:00
LibGUI: Add focus hooks to TextEditor
This commit is contained in:
parent
fd64be02e0
commit
c35493c156
2 changed files with 6 additions and 0 deletions
|
@ -94,6 +94,8 @@ public:
|
|||
|
||||
Function<void()> on_cursor_change;
|
||||
Function<void()> on_selection_change;
|
||||
Function<void()> on_focusin;
|
||||
Function<void()> on_focusout;
|
||||
|
||||
void set_text(const StringView&);
|
||||
void scroll_cursor_into_view();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue