|
NAMEAG_Icon —
agar icon widget
SYNOPSIS#include <agar/core.h> #include <agar/gui.h> DESCRIPTIONTheAG_Icon widget is a simple icon suitable for
drag-and-drop. It is commonly used with
AG_Socket(3).
INHERITANCE HIERARCHYAG_Object(3) -> AG_Widget(3) ->AG_Icon .
INITIALIZATIONAG_Icon *AG_IconNew (void
*parent, Uint flags);
The The
EVENTSTheAG_Icon widget does not generate any event.
EXAMPLESSee tests/sockets.c in the Agar source distribution.SEE ALSOAG_Intro(3), AG_Socket(3), AG_Surface(3), AG_Widget(3), AG_Window(3)HISTORYTheAG_Icon widget first appeared in Agar 1.3.
Visit the GSP FreeBSD Man Page Interface. |