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/Level_bar/class-level_bar/index.html

Class Level_bar.level_bar

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__.GOrientable.orientable_t
method on_offset_changed : ?after:bool -> callback:(name:string -> unit) -> unit -> Gobject.Signal.handler_id
method add_offset_value : string -> float -> unit
method get_inverted : unit -> bool
method get_max_value : unit -> float
method get_min_value : unit -> float
method get_mode : unit -> Ocgtk_gtk__.Gtk_enums.levelbarmode
method get_value : unit -> float
method remove_offset_value : string option -> unit
method set_inverted : bool -> unit
method set_max_value : float -> unit
method set_min_value : float -> unit
method set_mode : Ocgtk_gtk__.Gtk_enums.levelbarmode -> unit
method set_value : float -> unit
method as_level_bar : Ocgtk_gtk__.Level_bar.t