package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val virtual obj : [> `spinbutton ] Gobject.obj
method set_adjustment : spin_button_props -> GData.adjustment -> unit
method set_rate : 'a -> float -> unit
method set_digits : 'a -> int -> unit
method set_numeric : 'a -> bool -> unit
method set_snap_to_ticks : 'a -> bool -> unit
method set_update_policy : 'a -> GtkEnums.spin_button_update_policy -> unit
method set_value : 'a -> float -> unit
method set_wrap : 'a -> bool -> unit
method adjustment : 'a -> GData.adjustment
method rate : 'a -> float
method digits : 'a -> int
method numeric : 'a -> bool
method snap_to_ticks : 'a -> bool
method update_policy : 'a -> GtkEnums.spin_button_update_policy
method value : 'a -> float
method wrap : 'a -> bool