Gtk.tree_view_column Gtk.obj ->
object
  val obj : Gtk.tree_view_column Gtk.obj
  method add_attribute : #cell_renderer -> string -> 'a column -> unit
  method alignment : float
  method as_column : Gtk.tree_view_column Gtk.obj
  method clear : unit -> unit
  method clear_attributes : #cell_renderer -> unit
  method clickable : bool
  method connect : GTree.view_column_signals
  method destroy : unit -> unit
  method fixed_width : int
  method get_oid : int
  method get_sort_column_id : int
  method max_width : int
  method min_width : int
  method misc : GObj.gobject_ops
  method pack :
    ?expand:bool -> ?from:Gtk.Tags.pack_type -> #cell_renderer -> unit
  method reorder : #cell_renderer -> int -> unit
  method reorderable : bool
  method resizable : bool
  method set_alignment : float -> unit
  method set_cell_data_func :
    #cell_renderer -> (model -> Gtk.tree_iter -> unit) -> unit
  method set_clickable : bool -> unit
  method set_fixed_width : int -> unit
  method set_max_width : int -> unit
  method set_min_width : int -> unit
  method set_reorderable : bool -> unit
  method set_resizable : bool -> unit
  method set_sizing : Gtk.Tags.tree_view_column_sizing -> unit
  method set_sort_column_id : int -> unit
  method set_sort_indicator : bool -> unit
  method set_sort_order : Gtk.Tags.sort_type -> unit
  method set_title : string -> unit
  method set_visible : bool -> unit
  method set_widget : GObj.widget option -> unit
  method sizing : Gtk.Tags.tree_view_column_sizing
  method sort_indicator : bool
  method sort_order : Gtk.Tags.sort_type
  method title : string
  method unset_cell_data_func : #cell_renderer -> unit
  method visible : bool
  method widget : GObj.widget option
  method width : int
end