public class TreeViewColumn : Object, Buildable, CellLayout {
public weak Widget tree_view ;
public weak Widget button ;
public weak Widget child ;
public weak Widget arrow ;
public weak Gdk.Window window ;
public weak CellEditable editable_widget ;
public float xalign ;
public uint property_changed_signal ;
public TreeViewColumnSizing column_type ;
public int requested_width ;
public int button_request ;
public int resized_width ;
public int drag_x ;
public int drag_y ;
public weak GLib.List cell_list ;
public uint sort_clicked_signal ;
public uint sort_column_changed_signal ;
public int sort_column_id ;
public uint dirty ;
public uint show_sort_indicator ;
public uint maybe_reordered ;
public uint use_resized_width ;
public weak float alignment { get; set; } ;
public weak bool clickable { get; set; } ;
public weak bool expand { get; set; } ;
public weak int fixed_width { get; set; } ;
public weak int max_width { get; set; } ;
public weak int min_width { get; set; } ;
public weak bool reorderable { get; set; } ;
public weak bool resizable { get; set; } ;
public weak TreeViewColumnSizing sizing { get; set; } ;
public weak bool sort_indicator { get; set; } ;
public weak SortType sort_order { get; set; } ;
public weak int spacing { get; set; } ;
public weak string title { get; set; } ;
public weak bool visible { get; set; } ;
public weak Widget widget { get; set; } ;
public weak int width { get; } ;
public TreeViewColumn ( ) ;
public TreeViewColumn.with_attributes ( string title,
CellRenderer cell,
... ) ;
public signal void clicked ( ) ;
public void add_attribute ( CellRenderer cell_renderer,
string attribute,
int column ) ;
public bool cell_get_position ( CellRenderer cell_renderer,
int start_pos,
int width ) ;
public void cell_get_size ( Gdk.Rectangle cell_area,
int x_offset,
int y_offset,
int width,
int height ) ;
public bool cell_is_visible ( ) ;
public void cell_set_cell_data ( TreeModel tree_model,
TreeIter iter,
bool is_expander,
bool is_expanded ) ;
public void clear ( ) ;
public void clear_attributes ( CellRenderer cell_renderer ) ;
public void focus_cell ( CellRenderer cell ) ;
public float get_alignment ( ) ;
public weak GLib.List get_cell_renderers ( ) ;
public bool get_clickable ( ) ;
public bool get_expand ( ) ;
public int get_fixed_width ( ) ;
public int get_max_width ( ) ;
public int get_min_width ( ) ;
public bool get_reorderable ( ) ;
public bool get_resizable ( ) ;
public TreeViewColumnSizing get_sizing ( ) ;
public int get_sort_column_id ( ) ;
public bool get_sort_indicator ( ) ;
public SortType get_sort_order ( ) ;
public int get_spacing ( ) ;
public weak string get_title ( ) ;
public weak Widget get_tree_view ( ) ;
public bool get_visible ( ) ;
public weak Widget get_widget ( ) ;
public int get_width ( ) ;
public void pack_end ( CellRenderer cell,
bool expand ) ;
public void pack_start ( CellRenderer cell,
bool expand ) ;
public void queue_resize ( ) ;
public void set_alignment ( float xalign ) ;
public void set_attributes ( CellRenderer cell_renderer,
... ) ;
public void set_cell_data_func ( CellRenderer cell_renderer,
TreeCellDataFunc func,
void** func_data,
DestroyNotify destroy ) ;
public void set_clickable ( bool clickable ) ;
public void set_expand ( bool expand ) ;
public void set_fixed_width ( int fixed_width ) ;
public void set_max_width ( int max_width ) ;
public void set_min_width ( int min_width ) ;
public void set_reorderable ( bool reorderable ) ;
public void set_resizable ( bool resizable ) ;
public void set_sizing ( TreeViewColumnSizingtype ) ;
public void set_sort_column_id ( int sort_column_id ) ;
public void set_sort_indicator ( bool setting ) ;
public void set_sort_order ( SortType order ) ;
public void set_spacing ( int spacing ) ;
public void set_title ( string title ) ;
public void set_visible ( bool visible ) ;
public void set_widget ( Widget widget ) ;
}

public TreeViewColumn ( ) ;
public TreeViewColumn.with_attributes ( string title,
CellRenderer cell,
... ) ;
public weak Widget tree_view ;
public weak Widget button ;
public weak Widget child ;
public weak Widget arrow ;
public weak Gdk.Window window ;
public weak CellEditable editable_widget ;
public float xalign ;
public uint property_changed_signal ;
public TreeViewColumnSizing column_type ;
public int requested_width ;
public int button_request ;
public int resized_width ;
public int drag_x ;
public int drag_y ;
public weak GLib.List cell_list ;
public uint sort_clicked_signal ;
public uint sort_column_changed_signal ;
public int sort_column_id ;
public uint dirty ;
public uint show_sort_indicator ;
public uint maybe_reordered ;
public uint use_resized_width ;
public signal void clicked ( ) ;
public weak float alignment { get; set; } ;
public weak bool clickable { get; set; } ;
public weak bool expand { get; set; } ;
public weak int fixed_width { get; set; } ;
public weak int max_width { get; set; } ;
public weak int min_width { get; set; } ;
public weak bool reorderable { get; set; } ;
public weak bool resizable { get; set; } ;
public weak TreeViewColumnSizing sizing { get; set; } ;
public weak bool sort_indicator { get; set; } ;
public weak SortType sort_order { get; set; } ;
public weak int spacing { get; set; } ;
public weak string title { get; set; } ;
public weak bool visible { get; set; } ;
public weak Widget widget { get; set; } ;
public weak int width { get; } ;
public void add_attribute ( CellRenderer cell_renderer,
string attribute,
int column ) ;
public bool cell_get_position ( CellRenderer cell_renderer,
int start_pos,
int width ) ;
public void cell_get_size ( Gdk.Rectangle cell_area,
int x_offset,
int y_offset,
int width,
int height ) ;
public bool cell_is_visible ( ) ;
public void cell_set_cell_data ( TreeModel tree_model,
TreeIter iter,
bool is_expander,
bool is_expanded ) ;
public void clear ( ) ;
public void clear_attributes ( CellRenderer cell_renderer ) ;
public void focus_cell ( CellRenderer cell ) ;
public float get_alignment ( ) ;
public weak GLib.List get_cell_renderers ( ) ;
public bool get_clickable ( ) ;
public bool get_expand ( ) ;
public int get_fixed_width ( ) ;
public int get_max_width ( ) ;
public int get_min_width ( ) ;
public bool get_reorderable ( ) ;
public bool get_resizable ( ) ;
public TreeViewColumnSizing get_sizing ( ) ;
public int get_sort_column_id ( ) ;
public bool get_sort_indicator ( ) ;
public SortType get_sort_order ( ) ;
public int get_spacing ( ) ;
public weak string get_title ( ) ;
public weak Widget get_tree_view ( ) ;
public bool get_visible ( ) ;
public weak Widget get_widget ( ) ;
public int get_width ( ) ;
public void pack_end ( CellRenderer cell,
bool expand ) ;
public void pack_start ( CellRenderer cell,
bool expand ) ;
public void queue_resize ( ) ;
public void set_alignment ( float xalign ) ;
public void set_attributes ( CellRenderer cell_renderer,
... ) ;
public void set_cell_data_func ( CellRenderer cell_renderer,
TreeCellDataFunc func,
void** func_data,
DestroyNotify destroy ) ;
public void set_clickable ( bool clickable ) ;
public void set_expand ( bool expand ) ;
public void set_fixed_width ( int fixed_width ) ;
public void set_max_width ( int max_width ) ;
public void set_min_width ( int min_width ) ;
public void set_reorderable ( bool reorderable ) ;
public void set_resizable ( bool resizable ) ;
public void set_sizing ( TreeViewColumnSizingtype ) ;
public void set_sort_column_id ( int sort_column_id ) ;
public void set_sort_indicator ( bool setting ) ;
public void set_sort_order ( SortType order ) ;
public void set_spacing ( int spacing ) ;
public void set_title ( string title ) ;
public void set_visible ( bool visible ) ;
public void set_widget ( Widget widget ) ;
Created by Valadoc