package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Gtk.Spin_button

class type spin_button_t = object ... end
class spin_button : [ `spin_button | `widget | `initially_unowned | `object_ ] Gobject.obj -> spin_button_t
val new_ : Ocgtk_gtk__.GAdjustment.adjustment_t option -> float -> int -> spin_button_t
val new_with_range : float -> float -> float -> spin_button_t