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_button/class-scale_button/index.html

Class Scale_button.scale_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__.GOrientable.orientable_t
method on_popdown : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_popup : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_value_changed : ?after:bool -> callback:(value:float -> unit) -> unit -> Gobject.Signal.handler_id
method get_active : unit -> bool
method get_adjustment : unit -> Ocgtk_gtk__.GAdjustment.adjustment_t
method get_has_frame : unit -> bool
method get_minus_button : unit -> Ocgtk_gtk__.GButton.button_t
method get_plus_button : unit -> Ocgtk_gtk__.GButton.button_t
method get_popup : unit -> Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
method get_value : unit -> float
method set_adjustment : Ocgtk_gtk__.GAdjustment.adjustment_t -> unit
method set_has_frame : bool -> unit
method set_icons : string array -> unit
method set_value : float -> unit
method as_scale_button : Ocgtk_gtk__.Scale_button.t