sig
  val adjustment :
    ([> `spinbutton ], Gtk.adjustment Gtk.obj) Gobject.property
  val climb_rate : ([> `spinbutton ], float) Gobject.property
  val digits : ([> `spinbutton ], int) Gobject.property
  val numeric : ([> `spinbutton ], bool) Gobject.property
  val snap_to_ticks : ([> `spinbutton ], bool) Gobject.property
  val update_policy :
    ([> `spinbutton ], GtkEnums.spin_button_update_policy) Gobject.property
  val value : ([> `spinbutton ], float) Gobject.property
  val wrap : ([> `spinbutton ], bool) Gobject.property
end