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_penattr_name - return the name of a pen attribute

Description

tickit_penattr_name()  returns the name of the given pen attribute. These names are the lowercase strings
       given in tickit_pen(7).

       tickit_penattr_lookup() returns the attribute constant for a given name. If the name  is  not  recognised
       then -1 is returned.

Name

       tickit_penattr_name - return the name of a pen attribute

Return Value

tickit_penattr_name()  returns  a  constant  string pointer. tickit_penattr_lookup() returns an attribute
       constant or -1.

See Also

tickit_pen(7), tickit(7)

                                                                                          TICKIT_PENATTR_NAME(3)

Synopsis

#include<tickit.h>constchar*tickit_penattr_name(TickitPenAttrattr);TickitPenAttrtickit_penattr_lookup(constchar*name);

       Link with -ltickit.

See Also