1TICKIT_PEN_ATTRNAME(3) Library Functions Manual TICKIT_PEN_ATTRNAME(3)
2
3
4
6 tickit_pen_attrname - return the name of a pen attribute
7
9 #include <tickit.h>
10
11 const char * tickit_pen_attrname(TickitPenAttr attr);
12 TickitPenAttr tickit_pen_lookup_attr(const char * name);
13
14 Link with -ltickit.
15
17 tickit_pen_attrname() returns the name of the given pen attribute.
18 These names are the lowercase strings given in tickit_pen(7).
19
20 tickit_pen_lookup_attr() returns the attribute constant for a given
21 name. If the name is not recognised then -1 is returned.
22
24 tickit_pen_attrname() returns a constant string pointer.
25 tickit_pen_lookup_attr() returns an attribute constant or -1.
26
28 tickit_pen(7), tickit(7)
29
30
31
32 TICKIT_PEN_ATTRNAME(3)