mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibGUI: Add focus hooks to TextEditor
This commit is contained in:
committed by
Andreas Kling
parent
fd64be02e0
commit
c35493c156
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user