|
NAMEtickit_pen_attrtype - return the type of a pen attributeSYNOPSIS#include <tickit.h> TickitPenAttrType tickit_pen_attrtype(TickitPenAttr attr); Link with -ltickit. DESCRIPTIONtickit_pen_attrtype() returns the type of the given pen attribute, as one of the constants TICKIT_PENTYPE_BOOL, TICKIT_PENTYPE_INT or TICKIT_PENTYPE_COLOUR.RETURN VALUEtickit_pen_attrtype() returns a pen attribute type value.SEE ALSOtickit_pen(7), tickit(7) Visit the GSP FreeBSD Man Page Interface. |