Method
GtkPanedadd2
Declaration [src]
void
gtk_paned_add2 (
GtkPaned* paned,
GtkWidget* child
)
Description [src]
Adds a child to the bottom or right pane with default parameters. This
is equivalent to
gtk_paned_pack2 (paned, child, TRUE, TRUE).
Parameters
child-
Type:
GtkWidgetThe child to add.
The data is owned by the caller of the method.