|
NAMEAG_VBox —
agar vertical container widget
SYNOPSIS#include <agar/core.h> #include <agar/gui.h> DESCRIPTIONTheAG_VBox widget is a variant of
AG_Box(3)
which packs its children vertically.
INHERITANCE HIERARCHYAG_Object(3) -> AG_Widget(3) -> AG_Box(3) ->AG_VBox .
INITIALIZATIONAG_VBox *AG_VBoxNew (AG_Widget
*parent, Uint flags);
The
The The EVENTSTheAG_VBox widget does not generate any event.
SEE ALSOAG_Box(3), AG_HBox(3), AG_Intro(3), AG_Widget(3), AG_Window(3)HISTORYTheAG_VBox widget first appeared in Agar 1.0.
Visit the GSP FreeBSD Man Page Interface. |