Method

Gtk.TreeExpander.set_child

Declaration [src]

void
gtk_tree_expander_set_child (
  GtkTreeExpander* self,
  GtkWidget* child
)

Description [src]

Sets the content widget to display.

Sets propertyGtk.TreeExpander:child

Parameters

child GtkWidget
 

a GtkWidget, or NULL

 Can be NULL
 Ownership is not transferred to the callee