Method

GtkPanedadd1

Declaration [src]

void
gtk_paned_add1 (
  GtkPaned* paned,
  GtkWidget* child
)

Description [src]

Adds a child to the top or left pane with default parameters. This is equivalent to gtk_paned_pack1 (paned, child, FALSE, TRUE).

Parameters

child

Type: GtkWidget

The child to add.

The data is owned by the caller of the method.