tickit_penattr_type - Man Page

return the type of a pen attribute

Synopsis

#include <tickit.h>

TickitPenAttrType tickit_penattr_type(TickitPenAttr attr);

Link with -ltickit.

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.

Return Value

tickit_penattr_type() returns a pen attribute type value.

See Also

tickit_pen(7), tickit(7)

Referenced By

tickit_pen(7).