logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tickit_pen_attrtype - return the type of a pen attribute

Description

tickit_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.

Name

       tickit_pen_attrtype - return the type of a pen attribute

Return Value

tickit_pen_attrtype() returns a pen attribute type value.

See Also

tickit_pen(7), tickit(7)

                                                                                          TICKIT_PEN_ATTRTYPE(3)

Synopsis

#include<tickit.h>TickitPenAttrTypetickit_pen_attrtype(TickitPenAttrattr);

       Link with -ltickit.

See Also