mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 00:55:08 +00:00
LibGUI: Register a whole bunch of properties in various widgets
This commit is contained in:
parent
20b74e4ede
commit
90aeacbb58
14 changed files with 65 additions and 7 deletions
|
@ -35,6 +35,7 @@ namespace GUI {
|
|||
GroupBox::GroupBox(const StringView& title)
|
||||
: m_title(title)
|
||||
{
|
||||
REGISTER_STRING_PROPERTY("title", title, set_title);
|
||||
}
|
||||
|
||||
GroupBox::~GroupBox()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue