Method

GtkBoxprepend

Declaration [src]

void
gtk_box_prepend (
  GtkBox* box,
  GtkWidget* child
)

Description [src]

Adds child as the first child to box.

Parameters

child

Type: GtkWidget

The GtkWidget to prepend.

The data is owned by the caller of the method.