1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:07:35 +00:00

VisualBuilder: Add some widget-specific properties.

This commit is contained in:
Andreas Kling 2019-04-12 15:17:53 +02:00
parent 3674bb9429
commit c98bbff0cb
5 changed files with 66 additions and 25 deletions

View file

@ -44,8 +44,7 @@ public:
GWidget* gwidget() { return m_gwidget; }
const VBProperty* property_by_name(const String&) const;
VBProperty* property_by_name(const String&);
VBProperty& property(const String&);
void for_each_property(Function<void(VBProperty&)>);