Method

PanelPanedappend

Declaration [src]

void
panel_paned_append (
  PanelPaned* self,
  GtkWidget* child
)

Description [src]

Append a widget in the paned.

Parameters

child

Type: GtkWidget

A GtkWidget to append.

The data is owned by the caller of the function.