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/Adjustment/class-adjustment/index.html

Class Adjustment.adjustment

method on_changed : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_value_changed : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method clamp_page : float -> float -> unit
method configure : float -> float -> float -> float -> float -> float -> unit
method get_lower : unit -> float
method get_minimum_increment : unit -> float
method get_page_increment : unit -> float
method get_page_size : unit -> float
method get_step_increment : unit -> float
method get_upper : unit -> float
method get_value : unit -> float
method set_lower : float -> unit
method set_page_increment : float -> unit
method set_page_size : float -> unit
method set_step_increment : float -> unit
method set_upper : float -> unit
method set_value : float -> unit
method as_adjustment : Ocgtk_gtk__.Adjustment.t