package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.gtk/Ocgtk_gtk/Gtk/Spin_button/class-spin_button/index.html

Class Spin_button.spin_button

inherit Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
inherit Ocgtk_gtk__.GAccessible_range.accessible_range_t
inherit Ocgtk_gtk__.GCell_editable.cell_editable_t
inherit Ocgtk_gtk__.GEditable.editable_t
inherit Ocgtk_gtk__.GOrientable.orientable_t
method on_activate : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_change_value : ?after:bool -> callback:(scroll:Ocgtk_gtk__.Gtk_enums.scrolltype -> unit) -> unit -> Gobject.Signal.handler_id
method on_output : ?after:bool -> callback:(unit -> bool) -> unit -> Gobject.Signal.handler_id
method on_value_changed : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_wrapped : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method configure : Ocgtk_gtk__.GAdjustment.adjustment_t option -> float -> int -> unit
method get_activates_default : unit -> bool
method get_adjustment : unit -> Ocgtk_gtk__.GAdjustment.adjustment_t
method get_climb_rate : unit -> float
method get_digits : unit -> int
method get_numeric : unit -> bool
method get_snap_to_ticks : unit -> bool
method get_update_policy : unit -> Ocgtk_gtk__.Gtk_enums.spinbuttonupdatepolicy
method get_value : unit -> float
method get_value_as_int : unit -> int
method get_wrap : unit -> bool
method set_activates_default : bool -> unit
method set_adjustment : Ocgtk_gtk__.GAdjustment.adjustment_t -> unit
method set_climb_rate : float -> unit
method set_digits : int -> unit
method set_increments : float -> float -> unit
method set_numeric : bool -> unit
method set_range : float -> float -> unit
method set_snap_to_ticks : bool -> unit
method set_update_policy : Ocgtk_gtk__.Gtk_enums.spinbuttonupdatepolicy -> unit
method set_value : float -> unit
method set_wrap : bool -> unit
method spin : Ocgtk_gtk__.Gtk_enums.spintype -> float -> unit
method update : unit -> unit
method as_spin_button : Ocgtk_gtk__.Spin_button.t