package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method private virtual connect : 'b. ([> `range ] as 'a, 'b) GtkSignal.t -> callback:'b -> GtkSignal.id
method private virtual notify : 'b. ('a, 'b) Gobject.property -> callback:('b -> unit) -> GtkSignal.id
method adjust_bounds : < adjust_bounds : callback:(float -> unit) -> GtkSignal.id ; change_value : callback:(GtkEnums.scroll_type -> float -> unit) -> GtkSignal.id ; move_slider : callback:(GtkEnums.scroll_type -> unit) -> GtkSignal.id ; notify_adjustment : callback:(GData.adjustment -> unit) -> GtkSignal.id ; notify_fill_level : callback:(float -> unit) -> GtkSignal.id ; notify_inverted : callback:(bool -> unit) -> GtkSignal.id ; notify_lower_stepper_sensitivity : callback:(GtkEnums.sensitivity_type -> unit) -> GtkSignal.id ; notify_orientation : callback:(GtkEnums.orientation -> unit) -> GtkSignal.id ; notify_restrict_to_fill_level : callback:(bool -> unit) -> GtkSignal.id ; notify_round_digits : callback:(int -> unit) -> GtkSignal.id ; notify_show_fill_level : callback:(bool -> unit) -> GtkSignal.id ; notify_upper_stepper_sensitivity : callback:(GtkEnums.sensitivity_type -> unit) -> GtkSignal.id ; value_changed : callback:(unit -> unit) -> GtkSignal.id.. > -> callback:(float -> unit) -> GtkSignal.id
method move_slider : 'c -> callback:(GtkEnums.scroll_type -> unit) -> GtkSignal.id
method change_value : 'c -> callback:(GtkEnums.scroll_type -> float -> unit) -> GtkSignal.id
method value_changed : 'c -> callback:(unit -> unit) -> GtkSignal.id
method notify_adjustment : 'c -> callback:(GData.adjustment -> unit) -> GtkSignal.id
method notify_fill_level : 'c -> callback:(float -> unit) -> GtkSignal.id
method notify_inverted : 'c -> callback:(bool -> unit) -> GtkSignal.id
method notify_restrict_to_fill_level : 'c -> callback:(bool -> unit) -> GtkSignal.id
method notify_round_digits : 'c -> callback:(int -> unit) -> GtkSignal.id
method notify_show_fill_level : 'c -> callback:(bool -> unit) -> GtkSignal.id
method notify_lower_stepper_sensitivity : 'c -> callback:(GtkEnums.sensitivity_type -> unit) -> GtkSignal.id
method notify_upper_stepper_sensitivity : 'c -> callback:(GtkEnums.sensitivity_type -> unit) -> GtkSignal.id
method notify_orientation : 'c -> callback:(GtkEnums.orientation -> unit) -> GtkSignal.id