|
NAMEAG_Titlebar —
agar stock titlebar widget
SYNOPSIS#include <agar/core.h> #include <agar/gui.h> DESCRIPTIONTheAG_Titlebar widget is Agar's general-purpose window
titlebar. It is derived from
AG_Box(3),
it packs an
AG_Label(3)
and optional
AG_Button(3)
controls for closing, minimizing and maximizing the window.
INHERITANCE HIERARCHYAG_Object(3) -> AG_Widget(3) -> AG_Box(3) ->AG_Titlebar .
INITIALIZATIONNote: Unless theAG_WINDOW_NOTITLE is used, a
AG_Titlebar is attached by default to newly created
windows (see
AG_Window(3)).
This interface is therefore rarely used directly.
The
EVENTSTheAG_Titlebar widget generates the following events:
STRUCTURE DATAFor the AG_Titlebar object:
SEE ALSOAG_Button(3), AG_Intro(3), AG_Label(3), AG_View(3), AG_Widget(3), AG_Window(3)HISTORYTheAG_Titlebar widget first appeared in Agar 1.0.
Visit the GSP FreeBSD Man Page Interface. |