tickit_penattr_type
return the type of a pen attribute
- Provided by: libtickit-dev (Version: 0.4.3-1.1build1)
- Source: libtickit
- Report a bug
return the type of a pen attribute
#include <tickit.h> TickitPenAttrType tickit_penattr_type(TickitPenAttr attr);
Link with -ltickit.
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.
tickit_penattr_type() returns a pen attribute type value.