mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibGUI: Add AllowCallback parameter to ComboBox::set_text()
This commit is contained in:
parent
e74e320750
commit
7d6f5f19fd
Notes:
sideshowbarker
2024-07-17 12:00:44 +09:00
Author: https://github.com/AtkinsSJ
Commit: 7d6f5f19fd
Pull-request: https://github.com/SerenityOS/serenity/pull/14006
Reviewed-by: https://github.com/MacDue
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ public:
|
|||
virtual ~ComboBox() override;
|
||||
|
||||
String text() const;
|
||||
void set_text(String const&);
|
||||
void set_text(String const&, AllowCallback = AllowCallback::Yes);
|
||||
|
||||
void open();
|
||||
void close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue