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