Add option to enable autowrapping for label inside 'AcceptDialog'
This commit is contained in:
parent
6d27226134
commit
61cbb1f6bb
3 changed files with 19 additions and 3 deletions
|
|
@ -145,6 +145,9 @@ public:
|
|||
void set_text(String p_text);
|
||||
String get_text() const;
|
||||
|
||||
void set_autowrap(bool p_autowrap);
|
||||
bool has_autowrap();
|
||||
|
||||
AcceptDialog();
|
||||
~AcceptDialog();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue