mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:37:35 +00:00
LibGUI: Add TabWidget::set_property() and handle some properties
This commit is contained in:
parent
cd0ddf27f3
commit
3355a3e179
2 changed files with 18 additions and 0 deletions
|
@ -86,6 +86,8 @@ public:
|
|||
Function<void(Widget&)> on_middle_click;
|
||||
Function<void(Widget&, const ContextMenuEvent&)> on_context_menu_request;
|
||||
|
||||
virtual bool set_property(const StringView& name, const JsonValue& value) override;
|
||||
|
||||
protected:
|
||||
TabWidget();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue