object
  method changed : callback:(unit -> unit) -> GtkSignal.id
  method private virtual connect :
    'b.
      ([> `adjustment ] as 'a, 'b) GtkSignal.t -> callback:'-> GtkSignal.id
  method private virtual notify :
    'b. ('a, 'b) Gobject.property -> callback:('-> unit) -> GtkSignal.id
  method notify_lower : callback:(float -> unit) -> GtkSignal.id
  method notify_page_increment : callback:(float -> unit) -> GtkSignal.id
  method notify_page_size : callback:(float -> unit) -> GtkSignal.id
  method notify_step_increment : callback:(float -> unit) -> GtkSignal.id
  method notify_upper : callback:(float -> unit) -> GtkSignal.id
  method notify_value : callback:(float -> unit) -> GtkSignal.id
  method value_changed : callback:(unit -> unit) -> GtkSignal.id
end