|
NAMEAG_SizeSpec —
agar widget size specification
SYNOPSIS#include <agar/core.h> #include <agar/gui.h> DESCRIPTIONSome functions related to Agar widgets accept specially parsed string arguments which are used to specify relative sizes of visual elements which cannot be automatically determined by Agar.For example, the AG_Table(3) widget provides an AG_TableAddCol(3) function which accepts an optional size_spec argument for defining the initial width of a column. The following formats are allowed:
SEE ALSOAG_Intro(3), AG_Widget(3), AG_Window(3)HISTORYTheAG_SizeSpec interface first appeared in Agar 1.0.
Visit the GSP FreeBSD Man Page Interface. |