Method

GtkBoxappend

Declaration [src]

void
gtk_box_append (
  GtkBox* box,
  GtkWidget* child
)

Description [src]

Adds child as the last child to box.

Parameters

child

Type: GtkWidget

The GtkWidget to append.

The data is owned by the caller of the method.