mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-06 21:45:29 +00:00
FontEditor: Add text box for editing the font name.
This commit is contained in:
@@ -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"; }
|
||||
|
||||
Reference in New Issue
Block a user