mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibGUI: Register a whole bunch of properties in various widgets
This commit is contained in:
committed by
Andreas Kling
parent
20b74e4ede
commit
90aeacbb58
@@ -119,6 +119,7 @@ public:
|
||||
|
||||
bool set_property(const StringView& name, const JsonValue& value);
|
||||
JsonValue property(const StringView& name);
|
||||
const HashMap<String, NonnullOwnPtr<Property>>& properties() const { return m_properties; }
|
||||
|
||||
static IntrusiveList<Object, &Object::m_all_objects_list_node>& all_objects();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user