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:
parent
3674bb9429
commit
c98bbff0cb
5 changed files with 66 additions and 25 deletions
|
@ -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&)>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue