object
  val virtual obj : [> `clist ] Gobject.obj
  method n_columns : int
  method reorderable : bool
  method row_height : int
  method selection_mode : GtkEnums.selection_mode
  method set_reorderable : bool -> unit
  method set_row_height : int -> unit
  method set_selection_mode : GtkEnums.selection_mode -> unit
  method set_shadow_type : GtkEnums.shadow_type -> unit
  method set_sort_type : GtkEnums.sort_type -> unit
  method set_titles_active : bool -> unit
  method set_use_drag_icons : bool -> unit
  method shadow_type : GtkEnums.shadow_type
  method sort_type : GtkEnums.sort_type
  method titles_active : bool
  method use_drag_icons : bool
end