mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:58:11 +00:00
FileManager+LibGUI: Add a simple location textbox.
The widget layout here is a bit off and needs work.
This commit is contained in:
parent
63cdc3d2d5
commit
d94abc4f81
5 changed files with 23 additions and 13 deletions
|
@ -9,7 +9,7 @@ public:
|
|||
virtual ~GTextBox() override;
|
||||
|
||||
String text() const { return m_text; }
|
||||
void set_text(String&&);
|
||||
void set_text(const String&);
|
||||
|
||||
Function<void(GTextBox&)> on_return_pressed;
|
||||
Function<void(GTextBox&)> on_change;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue