Method

PanelPanedprepend

Declaration [src]

void
panel_paned_prepend (
  PanelPaned* self,
  GtkWidget* child
)

Description [src]

Prepends a widget in the paned.

Parameters

child

Type: GtkWidget

A GtkWidget to prepend.

The data is owned by the caller of the method.