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/Scale/class-scale/index.html

Class Scale.scale

inherit Ocgtk_gtk__.GRange.range_t
method add_mark : float -> Ocgtk_gtk__.Gtk_enums.positiontype -> string option -> unit
method clear_marks : unit -> unit
method get_digits : unit -> int
method get_draw_value : unit -> bool
method get_has_origin : unit -> bool
method get_layout : unit -> Ocgtk_pango.Pango.Layout.layout_t option
method get_value_pos : unit -> Ocgtk_gtk__.Gtk_enums.positiontype
method set_digits : int -> unit
method set_draw_value : bool -> unit
method set_has_origin : bool -> unit
method set_value_pos : Ocgtk_gtk__.Gtk_enums.positiontype -> unit
method as_scale : Ocgtk_gtk__.Scale.t