gtk+-2.0 Reference Manual

Synopsis

public class TreeView : Container, Implementor, Buildable  {
    public    weak TreeViewGridLines    enable_grid_lines         { get; set; } ;
    public    weak bool                 enable_search             { get; set; } ;
    public    weak bool                 enable_tree_lines         { get; set; } ;
    public    weak TreeViewColumn       expander_column           { get; set; } ;
    public    weak bool                 fixed_height_mode         { get; set; } ;
    public    weak Adjustment           hadjustment               { get; set; } ;
    public    weak bool                 headers_clickable         { get; set; } ;
    public    weak bool                 headers_visible           { get; set; } ;
    public    weak bool                 hover_expand              { get; set; } ;
    public    weak bool                 hover_selection           { get; set; } ;
    public    weak int                  level_indentation         { get; set; } ;
    public    weak TreeModel            model                     { get; set; } ;
    public    weak bool                 reorderable               { get; set; } ;
    public    weak bool                 rubber_banding            { get; set; } ;
    public    weak bool                 rules_hint                { get; set; } ;
    public    weak int                  search_column             { get; set; } ;
    public    weak bool                 show_expanders            { get; set; } ;
    public    weak int                  tooltip_column            { get; set; } ;
    public    weak Adjustment           vadjustment               { get; set; } ;


    public                              TreeView                  (  ) ;
    public                              TreeView.with_model       ( TreeModel           model ) ;


    public    signal void               columns_changed           (  )  ;
    public    signal void               cursor_changed            (  )  ;
    public    signal bool               expand_collapse_cursor_row ( bool                logical,
                                                                    bool                expand,
                                                                    bool                open_all )  ;
    public    signal bool               move_cursor               ( MovementStep        step,
                                                                    int                 count )  ;
    public    signal void               row_activated             ( TreePath            path,
                                                                    TreeViewColumn      column )  ;
    public    signal void               row_collapsed             ( TreeIter            iter,
                                                                    TreePath            path )  ;
    public    signal void               row_expanded              ( TreeIter            iter,
                                                                    TreePath            path )  ;
    public    signal bool               select_all                (  )  ;
    public    signal bool               select_cursor_parent      (  )  ;
    public    signal bool               select_cursor_row         ( bool                start_editing )  ;
    public    signal void               set_scroll_adjustments    ( Adjustment          hadjustment,
                                                                    Adjustment          vadjustment )  ;
    public    signal bool               start_interactive_search  (  )  ;
    public    signal bool               test_collapse_row         ( TreeIter            iter,
                                                                    TreePath            path )  ;
    public    signal bool               test_expand_row           ( TreeIter            iter,
                                                                    TreePath            path )  ;
    public    signal bool               toggle_cursor_row         (  )  ;
    public    signal bool               unselect_all              (  )  ;


    public    int                       append_column             ( TreeViewColumn      column ) ;
    public    void                      collapse_all              (  ) ;
    public    bool                      collapse_row              ( TreePath            path ) ;
    public    void                      columns_autosize          (  ) ;
    public    void                      convert_bin_window_to_tree_coords ( int                 bx,
                                                                    int                 by,
                                                                    int                 tx,
                                                                    int                 ty ) ;
    public    void                      convert_bin_window_to_widget_coords ( int                 bx,
                                                                    int                 by,
                                                                    int                 wx,
                                                                    int                 wy ) ;
    public    void                      convert_tree_to_bin_window_coords ( int                 tx,
                                                                    int                 ty,
                                                                    int                 bx,
                                                                    int                 by ) ;
    public    void                      convert_tree_to_widget_coords ( int                 tx,
                                                                    int                 ty,
                                                                    int                 wx,
                                                                    int                 wy ) ;
    public    void                      convert_widget_to_bin_window_coords ( int                 wx,
                                                                    int                 wy,
                                                                    int                 bx,
                                                                    int                 by ) ;
    public    void                      convert_widget_to_tree_coords ( int                 wx,
                                                                    int                 wy,
                                                                    int                 tx,
                                                                    int                 ty ) ;
    public    weak Gdk.Pixmap           create_row_drag_icon      ( TreePath            path ) ;
    public    void                      enable_model_drag_dest    ( TargetEntry[]       targets,
                                                                    Gdk.DragAction      actions ) ;
    public    void                      enable_model_drag_source  ( Gdk.ModifierType    start_button_mask,
                                                                    TargetEntry[]       targets,
                                                                    Gdk.DragAction      actions ) ;
    public    void                      expand_all                (  ) ;
    public    bool                      expand_row                ( TreePath            path,
                                                                    bool                open_all ) ;
    public    void                      expand_to_path            ( TreePath            path ) ;
    public    void                      get_background_area       ( TreePath            path,
                                                                    TreeViewColumn      column,
                                                                    Gdk.Rectangle       rect ) ;
    public    weak Gdk.Window           get_bin_window            (  ) ;
    public    void                      get_cell_area             ( TreePath            path,
                                                                    TreeViewColumn      column,
                                                                    Gdk.Rectangle       rect ) ;
    public    weak TreeViewColumn       get_column                ( int                 n ) ;
    public    weak GLib.List            get_columns               (  ) ;
    public    void                      get_cursor                ( weak TreePath       path,
                                                                    weak TreeViewColumn focus_column ) ;
    public    bool                      get_dest_row_at_pos       ( int                 drag_x,
                                                                    int                 drag_y,
                                                                    weak TreePath       path,
                                                                    TreeViewDropPositionpos ) ;
    public    void                      get_drag_dest_row         ( weak TreePath       path,
                                                                    TreeViewDropPositionpos ) ;
    public    bool                      get_enable_search         (  ) ;
    public    bool                      get_enable_tree_lines     (  ) ;
    public    weak TreeViewColumn       get_expander_column       (  ) ;
    public    bool                      get_fixed_height_mode     (  ) ;
    public    TreeViewGridLines         get_grid_lines            (  ) ;
    public    weak Adjustment           get_hadjustment           (  ) ;
    public    bool                      get_headers_clickable     (  ) ;
    public    bool                      get_headers_visible       (  ) ;
    public    bool                      get_hover_expand          (  ) ;
    public    bool                      get_hover_selection       (  ) ;
    public    int                       get_level_indentation     (  ) ;
    public    weak TreeModel            get_model                 (  ) ;
    public    bool                      get_path_at_pos           ( int                 x,
                                                                    int                 y,
                                                                    weak TreePath       path,
                                                                    weak TreeViewColumn column,
                                                                    int                 cell_x,
                                                                    int                 cell_y ) ;
    public    bool                      get_reorderable           (  ) ;
    public    TreeViewRowSeparatorFunc  get_row_separator_func    (  ) ;
    public    bool                      get_rubber_banding        (  ) ;
    public    bool                      get_rules_hint            (  ) ;
    public    int                       get_search_column         (  ) ;
    public    weak Entry                get_search_entry          (  ) ;
    public    TreeViewSearchEqualFunc   get_search_equal_func     (  ) ;
    public    TreeViewSearchPositionFunc  get_search_position_func  (  ) ;
    public    weak TreeSelection        get_selection             (  ) ;
    public    bool                      get_show_expanders        (  ) ;
    public    int                       get_tooltip_column        (  ) ;
    public    bool                      get_tooltip_context       ( int                 x,
                                                                    int                 y,
                                                                    bool                keyboard_tip,
                                                                    weak TreeModel      model,
                                                                    weak TreePath       path,
                                                                    TreeIter            iter ) ;
    public    weak Adjustment           get_vadjustment           (  ) ;
    public    bool                      get_visible_range         ( weak TreePath       start_path,
                                                                    weak TreePath       end_path ) ;
    public    void                      get_visible_rect          ( Gdk.Rectangle       visible_rect ) ;
    public    int                       insert_column             ( TreeViewColumn      column,
                                                                    int                 position ) ;
    public    int                       insert_column_with_attributes ( int                 position,
                                                                    string              title,
                                                                    CellRenderer        cell,
                                                                    ... ) ;
    public    int                       insert_column_with_data_func ( int                 position,
                                                                    string              title,
                                                                    CellRenderer        cell,
                                                                    TreeCellDataFunc    func,
                                                                    void**              data,
                                                                    GLib.DestroyNotify  dnotify ) ;
    public    bool                      is_rubber_banding_active  (  ) ;
    public    void                      map_expanded_rows         ( TreeViewMappingFunc func,
                                                                    void**              data ) ;
    public    void                      move_column_after         ( TreeViewColumn      column,
                                                                    TreeViewColumn      base_column ) ;
    public    int                       remove_column             ( TreeViewColumn      column ) ;
    public    void                      scroll_to_cell            ( TreePath            path,
                                                                    TreeViewColumn      column,
                                                                    bool                use_align,
                                                                    float               row_align,
                                                                    float               col_align ) ;
    public    void                      scroll_to_point           ( int                 tree_x,
                                                                    int                 tree_y ) ;
    public    void                      set_column_drag_function  ( TreeViewColumnDropFunc func,
                                                                    DestroyNotify       destroy ) ;
    public    void                      set_cursor                ( TreePath            path,
                                                                    TreeViewColumn      focus_column,
                                                                    bool                start_editing ) ;
    public    void                      set_cursor_on_cell        ( TreePath            path,
                                                                    TreeViewColumn      focus_column,
                                                                    CellRenderer        focus_cell,
                                                                    bool                start_editing ) ;
    public    void                      set_destroy_count_func    ( TreeDestroyCountFuncfunc,
                                                                    void**              data,
                                                                    DestroyNotify       destroy ) ;
    public    void                      set_drag_dest_row         ( TreePath            path,
                                                                    TreeViewDropPositionpos ) ;
    public    void                      set_enable_search         ( bool                enable_search ) ;
    public    void                      set_enable_tree_lines     ( bool                enabled ) ;
    public    void                      set_expander_column       ( TreeViewColumn      column ) ;
    public    void                      set_fixed_height_mode     ( bool                enable ) ;
    public    void                      set_grid_lines            ( TreeViewGridLines   grid_lines ) ;
    public    void                      set_hadjustment           ( Adjustment          adjustment ) ;
    public    void                      set_headers_clickable     ( bool                setting ) ;
    public    void                      set_headers_visible       ( bool                headers_visible ) ;
    public    void                      set_hover_expand          ( bool                expand ) ;
    public    void                      set_hover_selection       ( bool                hover ) ;
    public    void                      set_level_indentation     ( int                 indentation ) ;
    public    void                      set_model                 ( TreeModel           model ) ;
    public    void                      set_reorderable           ( bool                reorderable ) ;
    public    void                      set_row_separator_func    ( TreeViewRowSeparatorFunc func,
                                                                    void**              data,
                                                                    DestroyNotify       destroy ) ;
    public    void                      set_rubber_banding        ( bool                enable ) ;
    public    void                      set_rules_hint            ( bool                setting ) ;
    public    void                      set_search_column         ( int                 column ) ;
    public    void                      set_search_entry          ( Entry               entry ) ;
    public    void                      set_search_equal_func     ( TreeViewSearchEqualFunc search_equal_func,
                                                                    void**              search_user_data,
                                                                    DestroyNotify       search_destroy ) ;
    public    void                      set_search_position_func  ( TreeViewSearchPositionFunc func,
                                                                    void**              data,
                                                                    GLib.DestroyNotify  destroy ) ;
    public    void                      set_show_expanders        ( bool                enabled ) ;
    public    void                      set_tooltip_cell          ( Tooltip             tooltip,
                                                                    TreePath            path,
                                                                    TreeViewColumn      column,
                                                                    CellRenderer        cell ) ;
    public    void                      set_tooltip_column        ( int                 column ) ;
    public    void                      set_tooltip_row           ( Tooltip             tooltip,
                                                                    TreePath            path ) ;
    public    void                      set_vadjustment           ( Adjustment          adjustment ) ;
    public    void                      unset_rows_drag_dest      (  ) ;
    public    void                      unset_rows_drag_source    (  ) ;
}

TreeView Description

Details

Constructor Details

TreeView ()
    public                              TreeView                  (  ) ;		

TreeView.with_model ()
    public                              TreeView.with_model       ( TreeModel           model ) ;		

Field Details

Signal Details

columns_changed
    public    signal void               columns_changed           (  )  ;		

cursor_changed
    public    signal void               cursor_changed            (  )  ;		

expand_collapse_cursor_row
    public    signal bool               expand_collapse_cursor_row ( bool                logical,
                                                                    bool                expand,
                                                                    bool                open_all )  ;		

move_cursor
    public    signal bool               move_cursor               ( MovementStep        step,
                                                                    int                 count )  ;		

row_activated
    public    signal void               row_activated             ( TreePath            path,
                                                                    TreeViewColumn      column )  ;		

row_collapsed
    public    signal void               row_collapsed             ( TreeIter            iter,
                                                                    TreePath            path )  ;		

row_expanded
    public    signal void               row_expanded              ( TreeIter            iter,
                                                                    TreePath            path )  ;		

select_all
    public    signal bool               select_all                (  )  ;		

select_cursor_parent
    public    signal bool               select_cursor_parent      (  )  ;		

select_cursor_row
    public    signal bool               select_cursor_row         ( bool                start_editing )  ;		

set_scroll_adjustments
    public    signal void               set_scroll_adjustments    ( Adjustment          hadjustment,
                                                                    Adjustment          vadjustment )  ;		

start_interactive_search
    public    signal bool               start_interactive_search  (  )  ;		

test_collapse_row
    public    signal bool               test_collapse_row         ( TreeIter            iter,
                                                                    TreePath            path )  ;		

test_expand_row
    public    signal bool               test_expand_row           ( TreeIter            iter,
                                                                    TreePath            path )  ;		

toggle_cursor_row
    public    signal bool               toggle_cursor_row         (  )  ;		

unselect_all
    public    signal bool               unselect_all              (  )  ;		

Property Details

enable_grid_lines
    public    weak TreeViewGridLines    enable_grid_lines         { get; set; } ;		

enable_search
    public    weak bool                 enable_search             { get; set; } ;		

enable_tree_lines
    public    weak bool                 enable_tree_lines         { get; set; } ;		

expander_column
    public    weak TreeViewColumn       expander_column           { get; set; } ;		

fixed_height_mode
    public    weak bool                 fixed_height_mode         { get; set; } ;		

hadjustment
    public    weak Adjustment           hadjustment               { get; set; } ;		

headers_clickable
    public    weak bool                 headers_clickable         { get; set; } ;		

headers_visible
    public    weak bool                 headers_visible           { get; set; } ;		

hover_expand
    public    weak bool                 hover_expand              { get; set; } ;		

hover_selection
    public    weak bool                 hover_selection           { get; set; } ;		

level_indentation
    public    weak int                  level_indentation         { get; set; } ;		

model
    public    weak TreeModel            model                     { get; set; } ;		

reorderable
    public    weak bool                 reorderable               { get; set; } ;		

rubber_banding
    public    weak bool                 rubber_banding            { get; set; } ;		

rules_hint
    public    weak bool                 rules_hint                { get; set; } ;		

search_column
    public    weak int                  search_column             { get; set; } ;		

show_expanders
    public    weak bool                 show_expanders            { get; set; } ;		

tooltip_column
    public    weak int                  tooltip_column            { get; set; } ;		

vadjustment
    public    weak Adjustment           vadjustment               { get; set; } ;		

Method Details

append_column ()
    public    int                       append_column             ( TreeViewColumn      column ) ;		

collapse_all ()
    public    void                      collapse_all              (  ) ;		

collapse_row ()
    public    bool                      collapse_row              ( TreePath            path ) ;		

columns_autosize ()
    public    void                      columns_autosize          (  ) ;		

convert_bin_window_to_tree_coords ()
    public    void                      convert_bin_window_to_tree_coords ( int                 bx,
                                                                    int                 by,
                                                                    int                 tx,
                                                                    int                 ty ) ;		

convert_bin_window_to_widget_coords ()
    public    void                      convert_bin_window_to_widget_coords ( int                 bx,
                                                                    int                 by,
                                                                    int                 wx,
                                                                    int                 wy ) ;		

convert_tree_to_bin_window_coords ()
    public    void                      convert_tree_to_bin_window_coords ( int                 tx,
                                                                    int                 ty,
                                                                    int                 bx,
                                                                    int                 by ) ;		

convert_tree_to_widget_coords ()
    public    void                      convert_tree_to_widget_coords ( int                 tx,
                                                                    int                 ty,
                                                                    int                 wx,
                                                                    int                 wy ) ;		

convert_widget_to_bin_window_coords ()
    public    void                      convert_widget_to_bin_window_coords ( int                 wx,
                                                                    int                 wy,
                                                                    int                 bx,
                                                                    int                 by ) ;		

convert_widget_to_tree_coords ()
    public    void                      convert_widget_to_tree_coords ( int                 wx,
                                                                    int                 wy,
                                                                    int                 tx,
                                                                    int                 ty ) ;		

create_row_drag_icon ()
    public    weak Gdk.Pixmap           create_row_drag_icon      ( TreePath            path ) ;		

enable_model_drag_dest ()
    public    void                      enable_model_drag_dest    ( TargetEntry[]       targets,
                                                                    Gdk.DragAction      actions ) ;		

enable_model_drag_source ()
    public    void                      enable_model_drag_source  ( Gdk.ModifierType    start_button_mask,
                                                                    TargetEntry[]       targets,
                                                                    Gdk.DragAction      actions ) ;		

expand_all ()
    public    void                      expand_all                (  ) ;		

expand_row ()
    public    bool                      expand_row                ( TreePath            path,
                                                                    bool                open_all ) ;		

expand_to_path ()
    public    void                      expand_to_path            ( TreePath            path ) ;		

get_background_area ()
    public    void                      get_background_area       ( TreePath            path,
                                                                    TreeViewColumn      column,
                                                                    Gdk.Rectangle       rect ) ;		

get_bin_window ()
    public    weak Gdk.Window           get_bin_window            (  ) ;		

get_cell_area ()
    public    void                      get_cell_area             ( TreePath            path,
                                                                    TreeViewColumn      column,
                                                                    Gdk.Rectangle       rect ) ;		

get_column ()
    public    weak TreeViewColumn       get_column                ( int                 n ) ;		

get_columns ()
    public    weak GLib.List            get_columns               (  ) ;		

get_cursor ()
    public    void                      get_cursor                ( weak TreePath       path,
                                                                    weak TreeViewColumn focus_column ) ;		

get_dest_row_at_pos ()
    public    bool                      get_dest_row_at_pos       ( int                 drag_x,
                                                                    int                 drag_y,
                                                                    weak TreePath       path,
                                                                    TreeViewDropPositionpos ) ;		

get_drag_dest_row ()
    public    void                      get_drag_dest_row         ( weak TreePath       path,
                                                                    TreeViewDropPositionpos ) ;		

get_enable_search ()
    public    bool                      get_enable_search         (  ) ;		

get_enable_tree_lines ()
    public    bool                      get_enable_tree_lines     (  ) ;		

get_expander_column ()
    public    weak TreeViewColumn       get_expander_column       (  ) ;		

get_fixed_height_mode ()
    public    bool                      get_fixed_height_mode     (  ) ;		

get_grid_lines ()
    public    TreeViewGridLines         get_grid_lines            (  ) ;		

get_hadjustment ()
    public    weak Adjustment           get_hadjustment           (  ) ;		

get_headers_clickable ()
    public    bool                      get_headers_clickable     (  ) ;		

get_headers_visible ()
    public    bool                      get_headers_visible       (  ) ;		

get_hover_expand ()
    public    bool                      get_hover_expand          (  ) ;		

get_hover_selection ()
    public    bool                      get_hover_selection       (  ) ;		

get_level_indentation ()
    public    int                       get_level_indentation     (  ) ;		

get_model ()
    public    weak TreeModel            get_model                 (  ) ;		

get_path_at_pos ()
    public    bool                      get_path_at_pos           ( int                 x,
                                                                    int                 y,
                                                                    weak TreePath       path,
                                                                    weak TreeViewColumn column,
                                                                    int                 cell_x,
                                                                    int                 cell_y ) ;		

get_reorderable ()
    public    bool                      get_reorderable           (  ) ;		

get_row_separator_func ()
    public    TreeViewRowSeparatorFunc  get_row_separator_func    (  ) ;		

get_rubber_banding ()
    public    bool                      get_rubber_banding        (  ) ;		

get_rules_hint ()
    public    bool                      get_rules_hint            (  ) ;		

get_search_column ()
    public    int                       get_search_column         (  ) ;		

get_search_entry ()
    public    weak Entry                get_search_entry          (  ) ;		

get_search_equal_func ()
    public    TreeViewSearchEqualFunc   get_search_equal_func     (  ) ;		

get_search_position_func ()
    public    TreeViewSearchPositionFunc  get_search_position_func  (  ) ;		

get_selection ()
    public    weak TreeSelection        get_selection             (  ) ;		

get_show_expanders ()
    public    bool                      get_show_expanders        (  ) ;		

get_tooltip_column ()
    public    int                       get_tooltip_column        (  ) ;		

get_tooltip_context ()
    public    bool                      get_tooltip_context       ( int                 x,
                                                                    int                 y,
                                                                    bool                keyboard_tip,
                                                                    weak TreeModel      model,
                                                                    weak TreePath       path,
                                                                    TreeIter            iter ) ;		

get_vadjustment ()
    public    weak Adjustment           get_vadjustment           (  ) ;		

get_visible_range ()
    public    bool                      get_visible_range         ( weak TreePath       start_path,
                                                                    weak TreePath       end_path ) ;		

get_visible_rect ()
    public    void                      get_visible_rect          ( Gdk.Rectangle       visible_rect ) ;		

insert_column ()
    public    int                       insert_column             ( TreeViewColumn      column,
                                                                    int                 position ) ;		

insert_column_with_attributes ()
    public    int                       insert_column_with_attributes ( int                 position,
                                                                    string              title,
                                                                    CellRenderer        cell,
                                                                    ... ) ;		

insert_column_with_data_func ()
    public    int                       insert_column_with_data_func ( int                 position,
                                                                    string              title,
                                                                    CellRenderer        cell,
                                                                    TreeCellDataFunc    func,
                                                                    void**              data,
                                                                    GLib.DestroyNotify  dnotify ) ;		

is_rubber_banding_active ()
    public    bool                      is_rubber_banding_active  (  ) ;		

map_expanded_rows ()
    public    void                      map_expanded_rows         ( TreeViewMappingFunc func,
                                                                    void**              data ) ;		

move_column_after ()
    public    void                      move_column_after         ( TreeViewColumn      column,
                                                                    TreeViewColumn      base_column ) ;		

remove_column ()
    public    int                       remove_column             ( TreeViewColumn      column ) ;		

scroll_to_cell ()
    public    void                      scroll_to_cell            ( TreePath            path,
                                                                    TreeViewColumn      column,
                                                                    bool                use_align,
                                                                    float               row_align,
                                                                    float               col_align ) ;		

scroll_to_point ()
    public    void                      scroll_to_point           ( int                 tree_x,
                                                                    int                 tree_y ) ;		

set_column_drag_function ()
    public    void                      set_column_drag_function  ( TreeViewColumnDropFunc func,
                                                                    DestroyNotify       destroy ) ;		

set_cursor ()
    public    void                      set_cursor                ( TreePath            path,
                                                                    TreeViewColumn      focus_column,
                                                                    bool                start_editing ) ;		

set_cursor_on_cell ()
    public    void                      set_cursor_on_cell        ( TreePath            path,
                                                                    TreeViewColumn      focus_column,
                                                                    CellRenderer        focus_cell,
                                                                    bool                start_editing ) ;		

set_destroy_count_func ()
    public    void                      set_destroy_count_func    ( TreeDestroyCountFuncfunc,
                                                                    void**              data,
                                                                    DestroyNotify       destroy ) ;		

set_drag_dest_row ()
    public    void                      set_drag_dest_row         ( TreePath            path,
                                                                    TreeViewDropPositionpos ) ;		

set_enable_search ()
    public    void                      set_enable_search         ( bool                enable_search ) ;		

set_enable_tree_lines ()
    public    void                      set_enable_tree_lines     ( bool                enabled ) ;		

set_expander_column ()
    public    void                      set_expander_column       ( TreeViewColumn      column ) ;		

set_fixed_height_mode ()
    public    void                      set_fixed_height_mode     ( bool                enable ) ;		

set_grid_lines ()
    public    void                      set_grid_lines            ( TreeViewGridLines   grid_lines ) ;		

set_hadjustment ()
    public    void                      set_hadjustment           ( Adjustment          adjustment ) ;		

set_headers_clickable ()
    public    void                      set_headers_clickable     ( bool                setting ) ;		

set_headers_visible ()
    public    void                      set_headers_visible       ( bool                headers_visible ) ;		

set_hover_expand ()
    public    void                      set_hover_expand          ( bool                expand ) ;		

set_hover_selection ()
    public    void                      set_hover_selection       ( bool                hover ) ;		

set_level_indentation ()
    public    void                      set_level_indentation     ( int                 indentation ) ;		

set_model ()
    public    void                      set_model                 ( TreeModel           model ) ;		

set_reorderable ()
    public    void                      set_reorderable           ( bool                reorderable ) ;		

set_row_separator_func ()
    public    void                      set_row_separator_func    ( TreeViewRowSeparatorFunc func,
                                                                    void**              data,
                                                                    DestroyNotify       destroy ) ;		

set_rubber_banding ()
    public    void                      set_rubber_banding        ( bool                enable ) ;		

set_rules_hint ()
    public    void                      set_rules_hint            ( bool                setting ) ;		

set_search_column ()
    public    void                      set_search_column         ( int                 column ) ;		

set_search_entry ()
    public    void                      set_search_entry          ( Entry               entry ) ;		

set_search_equal_func ()
    public    void                      set_search_equal_func     ( TreeViewSearchEqualFunc search_equal_func,
                                                                    void**              search_user_data,
                                                                    DestroyNotify       search_destroy ) ;		

set_search_position_func ()
    public    void                      set_search_position_func  ( TreeViewSearchPositionFunc func,
                                                                    void**              data,
                                                                    GLib.DestroyNotify  destroy ) ;		

set_show_expanders ()
    public    void                      set_show_expanders        ( bool                enabled ) ;		

set_tooltip_cell ()
    public    void                      set_tooltip_cell          ( Tooltip             tooltip,
                                                                    TreePath            path,
                                                                    TreeViewColumn      column,
                                                                    CellRenderer        cell ) ;		

set_tooltip_column ()
    public    void                      set_tooltip_column        ( int                 column ) ;		

set_tooltip_row ()
    public    void                      set_tooltip_row           ( Tooltip             tooltip,
                                                                    TreePath            path ) ;		

set_vadjustment ()
    public    void                      set_vadjustment           ( Adjustment          adjustment ) ;		

unset_rows_drag_dest ()
    public    void                      unset_rows_drag_dest      (  ) ;		

unset_rows_drag_source ()
    public    void                      unset_rows_drag_source    (  ) ;		


Created by Valadoc