godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
SpinBox.editable
godot
spinbox
SpinBox
If
true
, the
SpinBox
will be editable. Otherwise, it will be read only.
bool
editable
[@property getter]
bool
editable
[@property setter]
struct
SpinBox
@
nogc
nothrow @
property
void
editable
(
bool
v
)
Meta
Source
See Implementation
godot
spinbox
SpinBox
aliases
BaseClasses
functions
_guiInput
_lineEditFocusExit
_lineEditInput
_rangeClickTimeout
_textEntered
apply
getAlign
getLineEdit
getPrefix
getSuffix
isEditable
opAssign
opEquals
setAlign
setEditable
setPrefix
setSuffix
toHash
properties
_align
editable
prefix
suffix
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
If true, the SpinBox will be editable. Otherwise, it will be read only.