forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_spinbox
reduz edited this page Feb 23, 2014
·
9 revisions
####Inherits: Range ####Category: Core
Numerical input text field.
- void set_suffix ( String suffix )
- String get_suffix ( ) const
- void set_prefix ( String prefix )
- String get_prefix ( ) const
- void set_editable ( bool editable )
- bool is_editable ( ) const
- Object get_line_edit ( )
SpinBox is a numerical input text field. It allows entering integers and floats.
- void set_suffix ( String suffix )
Set a specific suffix.
- String get_suffix ( ) const
Return the specific suffix.
- void set_prefix ( String prefix )
Set a prefix.
- void set_editable ( bool editable )
Set whether the spinbox is editable.
- bool is_editable ( ) const
Return if the spinbox is editable.