mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 08:10:02 +00:00
FontEditor: Add text box for editing the font name.
This commit is contained in:
parent
5877feab1b
commit
663aad4036
Notes:
sideshowbarker
2024-07-19 15:53:26 +09:00
Author: https://github.com/awesomekling
Commit: 663aad4036
5 changed files with 21 additions and 1 deletions
|
@ -12,6 +12,7 @@ public:
|
|||
void set_text(String&&);
|
||||
|
||||
Function<void(GTextBox&)> on_return_pressed;
|
||||
Function<void(GTextBox&)> on_change;
|
||||
|
||||
private:
|
||||
virtual const char* class_name() const override { return "GTextBox"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue