1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:08:10 +00:00

FontEditor: Add text box for editing the font name.

This commit is contained in:
Andreas Kling 2019-02-03 03:06:58 +01:00
parent 5877feab1b
commit 663aad4036
5 changed files with 21 additions and 1 deletions

View file

@ -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"; }