1TICKIT_PENATTR_TYPE(3) Library Functions Manual TICKIT_PENATTR_TYPE(3)
2
3
4
6 tickit_penattr_type - return the type of a pen attribute
7
9 #include <tickit.h>
10
11 TickitPenAttrType tickit_penattr_type(TickitPenAttr attr);
12
13 Link with -ltickit.
14
16 tickit_penattr_type() returns the type of the given pen attribute, as
17 one of the constants TICKIT_PENTYPE_BOOL, TICKIT_PENTYPE_INT or
18 TICKIT_PENTYPE_COLOUR.
19
21 tickit_penattr_type() returns a pen attribute type value.
22
24 tickit_pen(7), tickit(7)
25
26
27
28 TICKIT_PENATTR_TYPE(3)