mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 12:15:09 +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
|
@ -49,6 +49,8 @@ StatusBar::StatusBar(int label_count)
|
|||
m_labels.append(create_label());
|
||||
|
||||
m_corner = add<ResizeCorner>();
|
||||
|
||||
REGISTER_STRING_PROPERTY("text", text, set_text);
|
||||
}
|
||||
|
||||
StatusBar::~StatusBar()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue