| The Miaouw Library Reference Manual | ||||
|---|---|---|---|---|
MiaouwBoxPrivate;
MiaouwBox;
GtkWidget* miaouw_box_new_horizontal ();
GtkWidget* miaouw_box_new_vertical ();
void miaouw_box_add_before (MiaouwBox *box,
GtkWidget *child,
GtkWidget *existing_child);
void miaouw_box_add_after (MiaouwBox *box,
GtkWidget *child,
GtkWidget *existing_child);
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----MiaouwBox
The MiaouwBox is similar container than the GtkBox but simpler.
The MiaouwBox is more suitable when childs are added on to the start or to the middle of the container (see miaouw_box_add_before and miaouw_box_add_after).