object
method adjust_bounds : callback:(float -> unit) -> GtkSignal.id
method change_value :
callback:(GtkEnums.scroll_type -> float -> unit) -> GtkSignal.id
method private virtual connect :
'b. ([> `range ] as 'a, 'b) GtkSignal.t -> callback:'b -> GtkSignal.id
method move_slider :
callback:(GtkEnums.scroll_type -> unit) -> GtkSignal.id
method private virtual notify :
'b. ('a, 'b) Gobject.property -> callback:('b -> unit) -> GtkSignal.id
method notify_adjustment :
callback:(GData.adjustment -> unit) -> GtkSignal.id
method notify_fill_level : callback:(float -> unit) -> GtkSignal.id
method notify_inverted : callback:(bool -> unit) -> GtkSignal.id
method notify_lower_stepper_sensitivity :
callback:(GtkEnums.sensitivity_type -> unit) -> GtkSignal.id
method notify_orientation :
callback:(GtkEnums.orientation -> unit) -> GtkSignal.id
method notify_restrict_to_fill_level :
callback:(bool -> unit) -> GtkSignal.id
method notify_round_digits : callback:(int -> unit) -> GtkSignal.id
method notify_show_fill_level : callback:(bool -> unit) -> GtkSignal.id
method notify_upper_stepper_sensitivity :
callback:(GtkEnums.sensitivity_type -> unit) -> GtkSignal.id
method value_changed : callback:(unit -> unit) -> GtkSignal.id
end