object
  method before_show : callback:(unit -> unit) -> GtkSignal.id
  method private virtual connect :
    'b.
      ([> `sourcecompletioninfo ] as 'a, 'b) GtkSignal.t ->
      callback:'-> GtkSignal.id
  method private virtual notify :
    'b. ('a, 'b) Gobject.property -> callback:('-> unit) -> GtkSignal.id
  method notify_max_height : callback:(int -> unit) -> GtkSignal.id
  method notify_max_width : callback:(int -> unit) -> GtkSignal.id
  method notify_shrink_height : callback:(bool -> unit) -> GtkSignal.id
  method notify_shrink_width : callback:(bool -> unit) -> GtkSignal.id
end