diff options
author | Andreas Kling <kling@serenityos.org> | 2020-09-14 16:01:12 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-09-14 16:16:36 +0200 |
commit | 093de0e3234bc1765d439c7b8a6249e92821bb08 (patch) | |
tree | 999df13449949bf0fca6dd18513d84398a792420 /Applications/TextEditor | |
parent | 89822c5ae764da51276df7833d704f857fd25af6 (diff) | |
download | serenity-093de0e3234bc1765d439c7b8a6249e92821bb08.zip |
LibGUI: Use Core::Object::set_property() to handle JSON GUI properties
Piggyback on the existing mechanism to set individual properties.
This doesn't cover layouts or child widgets, but the per-widget own
properties can be set this way.
Any property can now be set in JSON GUI, all you need to do is handle
it in the relevant Core::Object::set_property() override. :^)
Diffstat (limited to 'Applications/TextEditor')
0 files changed, 0 insertions, 0 deletions