package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include GtkEditProps.SpinButton end
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) -> 'c 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 -> 'd
val get_value_as_int : [> `spinbutton ] Gobject.obj -> int