|
NAMEAG_Separator —
agar cosmetic separator widget
SYNOPSIS#include <agar/core.h> #include <agar/gui.h> DESCRIPTIONTheAG_Separator widget draws a horizontal or vertical
line or spacer.
INHERITANCE HIERARCHYAG_Object(3) -> AG_Widget(3) ->AG_Separator .
INITIALIZATIONAG_Separator *AG_SeparatorNew (AG_Widget
*parent, enum
ag_separator_type type);
The enum ag_separator_type { AG_SEPARATOR_HORIZ, AG_SEPARATOR_VERT }; The It is unnecessary to call AG_ExpandHoriz(3) on horizontal separators or AG_ExpandVert(3) on vertical separators, they are expanded by default. The EVENTSTheAG_Separator widget does not generate any event.
SEE ALSOAG_Intro(3), AG_Widget(3), AG_Window(3)HISTORYTheAG_Separator widget first appeared in Agar 1.0.
Visit the GSP FreeBSD Man Page Interface. |