Method

GtkPanedpack2

Declaration [src]

void
gtk_paned_pack2 (
  GtkPaned* paned,
  GtkWidget* child,
  gboolean resize,
  gboolean shrink
)

Description [src]

Adds a child to the bottom or right pane.

Parameters

child

Type: GtkWidget

The child to add.

The data is owned by the caller of the method.
resize

Type: gboolean

Should this child expand when the paned widget is resized.

shrink

Type: gboolean

Can this child be made smaller than its requisition.