Method
GtkPanedset_start_child
Declaration [src]
void
gtk_paned_set_start_child (
GtkPaned* paned,
GtkWidget* child
)
Description [src]
Sets the start child of paned
to child
.
If child
is NULL
, the existing child will be removed.
Sets property | Gtk.Paned:start-child |
Parameters
child
-
Type:
GtkWidget
The widget to add.
The argument can be NULL
.The data is owned by the caller of the method.