package ocgtk

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

Class Range.range

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_adjust_bounds : ?after:bool -> callback:(value:float -> unit) -> unit -> Gobject.Signal.handler_id
method on_change_value : ?after:bool -> callback:(scroll:Ocgtk_gtk__.Gtk_enums.scrolltype -> value:float -> bool) -> unit -> Gobject.Signal.handler_id
method on_move_slider : ?after:bool -> callback:(step:Ocgtk_gtk__.Gtk_enums.scrolltype -> unit) -> unit -> Gobject.Signal.handler_id
method on_value_changed : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method get_adjustment : unit -> Ocgtk_gtk__.GAdjustment.adjustment_t
method get_fill_level : unit -> float
method get_flippable : unit -> bool
method get_inverted : unit -> bool
method get_restrict_to_fill_level : unit -> bool
method get_round_digits : unit -> int
method get_show_fill_level : unit -> bool
method get_slider_size_fixed : unit -> bool
method get_value : unit -> float
method set_adjustment : Ocgtk_gtk__.GAdjustment.adjustment_t -> unit
method set_fill_level : float -> unit
method set_flippable : bool -> unit
method set_increments : float -> float -> unit
method set_inverted : bool -> unit
method set_range : float -> float -> unit
method set_restrict_to_fill_level : bool -> unit
method set_round_digits : int -> unit
method set_show_fill_level : bool -> unit
method set_slider_size_fixed : bool -> unit
method set_value : float -> unit
method as_range : Ocgtk_gtk__.Range.t