Method

Gtk.TreeExpander.set_list_row

Declaration [src]

void
gtk_tree_expander_set_list_row (
  GtkTreeExpander* self,
  GtkTreeListRow* list_row
)

Description [src]

Sets the tree list row that this expander should manage.

Parameters

list_row GtkTreeListRow
 

a GtkTreeListRow, or NULL

 Can be NULL
 Ownership is not transferred to the callee