object
  method click_column : callback:(int -> unit) -> GtkSignal.id
  method private virtual connect :
    'b. ([> `clist ] as 'a, 'b) GtkSignal.t -> callback:'-> GtkSignal.id
  method private virtual notify :
    'b. ('a, 'b) Gobject.property -> callback:('-> unit) -> GtkSignal.id
  method notify_n_columns : callback:(int -> unit) -> GtkSignal.id
  method notify_reorderable : callback:(bool -> unit) -> GtkSignal.id
  method notify_row_height : callback:(int -> unit) -> GtkSignal.id
  method notify_selection_mode :
    callback:(GtkEnums.selection_mode -> unit) -> GtkSignal.id
  method notify_shadow_type :
    callback:(GtkEnums.shadow_type -> unit) -> GtkSignal.id
  method notify_sort_type :
    callback:(GtkEnums.sort_type -> unit) -> GtkSignal.id
  method notify_titles_active : callback:(bool -> unit) -> GtkSignal.id
  method notify_use_drag_icons : callback:(bool -> unit) -> GtkSignal.id
  method resize_column : callback:(int -> int -> unit) -> GtkSignal.id
  method scroll_horizontal :
    callback:(GtkEnums.scroll_type -> pos:float -> unit) -> GtkSignal.id
  method scroll_vertical :
    callback:(GtkEnums.scroll_type -> pos:float -> unit) -> GtkSignal.id
  method select_all : callback:(unit -> unit) -> GtkSignal.id
  method select_row :
    callback:(row:int -> column:int -> event:GdkEvent.Button.t option -> unit) ->
    GtkSignal.id
  method unselect_all : callback:(unit -> unit) -> GtkSignal.id
  method unselect_row :
    callback:(row:int -> column:int -> event:GdkEvent.Button.t option -> unit) ->
    GtkSignal.id
end