tickit_penattr_type - return the type of a pen attribute
Contents
Description
tickit_penattr_type() returns the type of the given pen attribute, as one of the constants
TICKIT_PENTYPE_BOOL, TICKIT_PENTYPE_INT or TICKIT_PENTYPE_COLOUR.
Name
tickit_penattr_type - return the type of a pen attribute
Return Value
tickit_penattr_type() returns a pen attribute type value.
See Also
tickit_pen(7), tickit(7) TICKIT_PENATTR_TYPE(3)
Synopsis
#include<tickit.h>TickitPenAttrTypetickit_penattr_type(TickitPenAttrattr);
Link with -ltickit.
