mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:48:10 +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
|
@ -11,6 +11,8 @@ public:
|
|||
void set_value(int);
|
||||
|
||||
int value() const { return m_value; }
|
||||
int min() const { return m_min; }
|
||||
int max() const { return m_max; }
|
||||
|
||||
String caption() const { return m_caption; }
|
||||
void set_caption(const String& caption) { m_caption = caption; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue