LibGUI: Add AllowCallback parameter to ComboBox::set_text()

This commit is contained in:
Sam Atkins 2022-04-29 20:37:08 +01:00 committed by Andreas Kling
commit 7d6f5f19fd
Notes: sideshowbarker 2024-07-17 12:00:44 +09:00
2 changed files with 3 additions and 3 deletions

View file

@ -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();