mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibGUI: Expose GUI::Button's "default" property to GML
This commit is contained in:
@@ -43,6 +43,7 @@ Button::Button(String text)
|
||||
{ Gfx::ButtonStyle::Coolbar, "Coolbar" });
|
||||
|
||||
REGISTER_STRING_PROPERTY("icon", icon, set_icon_from_path);
|
||||
REGISTER_BOOL_PROPERTY("default", is_default, set_default);
|
||||
}
|
||||
|
||||
Button::~Button()
|
||||
|
||||
Reference in New Issue
Block a user