|
NAMEAG_HBox —
agar horizontal container widget
SYNOPSIS#include <agar/core.h> #include <agar/gui.h> DESCRIPTIONTheAG_HBox widget is a variant of
AG_Box(3)
which packs its children horizontally.
INHERITANCE HIERARCHYAG_Object(3) -> AG_Widget(3) -> AG_Box(3) ->AG_HBox .
INITIALIZATIONAG_HBox *AG_HBoxNew (AG_Widget
*parent, int flags);
The
The The EVENTSTheAG_HBox widget does not generate any event.
SEE ALSOAG_Box(3), AG_Intro(3), AG_VBox(3), AG_Widget(3), AG_Window(3)HISTORYTheAG_HBox widget first appeared in Agar 1.0.
Visit the GSP FreeBSD Man Page Interface. |