Add apply method to SpinBox
This commit is contained in:
parent
e97e951741
commit
083637a901
3 changed files with 14 additions and 0 deletions
|
|
@ -88,6 +88,8 @@ public:
|
|||
void set_prefix(const String &p_prefix);
|
||||
String get_prefix() const;
|
||||
|
||||
void apply();
|
||||
|
||||
SpinBox();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue