public void set_level_indentation (int indentation);
public void set_model (Gtk.TreeModel? model);
public void set_reorderable (bool reorderable);
- public void set_row_separator_func (Gtk.TreeViewRowSeparatorFunc func, void* data, GLib.DestroyNotify destroy);
+ public void set_row_separator_func (owned Gtk.TreeViewRowSeparatorFunc func);
public void set_rubber_banding (bool enable);
public void set_rules_hint (bool setting);
public void set_search_column (int column);
gtk_tree_view_insert_column_with_data_func.dnotify hidden="1"
gtk_tree_view_row_expanded name="is_row_expanded"
gtk_tree_view_set_model.model nullable="1"
+gtk_tree_view_set_row_separator_func.func transfer_ownership="1"
+gtk_tree_view_set_row_separator_func.data hidden="1"
+gtk_tree_view_set_row_separator_func.destroy hidden="1"
gtk_tree_view_set_search_equal_func.search_equal_func transfer_ownership="1"
gtk_tree_view_set_search_equal_func.search_user_data hidden="1"
gtk_tree_view_set_search_equal_func.search_destroy hidden="1"