Module GtkEditProps.SpinButton


module SpinButton: sig .. end

val cast : 'a Gobject.obj -> Gtk.spin_button Gtk.obj
module P: sig .. end
module S: sig .. end
val create : Gtk.spin_button Gobject.param list -> Gtk.spin_button Gtk.obj
val spin : [> `spinbutton ] Gtk.obj -> Gtk.Tags.spin_type -> unit
val update : [> `spinbutton ] Gtk.obj -> unit
val make_params : cont:(([> `spinbutton ] as 'a) Gobject.param list -> 'b) ->
'a Gobject.param list ->
?adjustment:Gtk.adjustment Gtk.obj ->
?rate:float ->
?digits:int ->
?numeric:bool ->
?snap_to_ticks:bool ->
?update_policy:GtkEnums.spin_button_update_policy ->
?value:float -> ?wrap:bool -> 'b