package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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