Method
GtkBoxinsert_child_after
Declaration [src]
void
gtk_box_insert_child_after (
  GtkBox* box,
  GtkWidget* child,
  GtkWidget* sibling
)
Description [src]
Inserts a child at a specific position.
The child is added after sibling in the list of box children.
If sibling is NULL, the child is placed at the beginning.