Files
ladybird/Libraries/LibGUI
Andreas Kling 093de0e323 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. :^)
2020-09-14 16:16:36 +02:00
..
2020-08-25 09:46:28 +02:00
2020-09-08 14:01:21 +02:00
2020-05-01 16:58:18 +02:00
2020-07-28 16:29:44 +02:00
2020-04-21 16:19:18 +02:00