easyd ~master (2021-05-06T10:23:33Z)
Dub
Repo
SpinBox
easyd
gtk
widgets
Undocumented in source.
class
SpinBox : gtk.SpinButton.SpinButton, IBindable!T(
T
) {
this
(real min, real max, real step);
T
value
[@property getter];
T
value
[@property setter];
}
Constructors
this
this
(real min, real max, real step)
Undocumented in source.
Alias This
value
Members
Properties
value
T
value
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
T
value
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
easyd
gtk
widgets
classes
Button
CheckBox
LineEdit
SpinBox
TreeView
functions
add