Expose the align property of the SpinBox's LineEdit control
This commit is contained in:
parent
f72f74486d
commit
dafa4072fc
2 changed files with 16 additions and 0 deletions
|
|
@ -76,6 +76,9 @@ public:
|
|||
|
||||
virtual Size2 get_minimum_size() const;
|
||||
|
||||
void set_align(LineEdit::Align p_align);
|
||||
LineEdit::Align get_align() const;
|
||||
|
||||
void set_editable(bool p_editable);
|
||||
bool is_editable() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue