Class GEdit.spin_button
Retrieve an integer or floating-point number from the user @gtkdoc gtk GtkSpinButton
inherit GObj.widget
val obj : Gtk.spin_button Gtk.obj
method connect : spin_button_signalsmethod event : GObj.event_opsmethod spin : Gtk.Tags.spin_type -> unitmethod update : unitmethod value_as_int : intmethod set_adjustment : GData.adjustment -> unitmethod set_digits : int -> unitmethod set_numeric : bool -> unitmethod set_rate : float -> unitmethod set_snap_to_ticks : bool -> unitmethod set_update_policy : [ `ALWAYS | `IF_VALID ] -> unitmethod set_value : float -> unitmethod set_wrap : bool -> unitmethod adjustment : GData.adjustmentmethod digits : intmethod numeric : boolmethod rate : floatmethod snap_to_ticks : boolmethod update_policy : [ `ALWAYS | `IF_VALID ]method value : floatmethod wrap : bool