|
NAMEtickit_pen_attrname - return the name of a pen attributeSYNOPSIS#include <tickit.h> const char * tickit_pen_attrname(TickitPenAttr attr); TickitPenAttr tickit_pen_lookup_attr(const char * name); Link with -ltickit. DESCRIPTIONtickit_pen_attrname() returns the name of the given pen attribute. These names are the lowercase strings given in tickit_pen(7).tickit_pen_lookup_attr() returns the attribute constant for a given name. If the name is not recognised then -1 is returned. RETURN VALUEtickit_pen_attrname() returns a constant string pointer. tickit_pen_lookup_attr() returns an attribute constant or -1.SEE ALSOtickit_pen(7), tickit(7) Visit the GSP FreeBSD Man Page Interface. |