1TICKIT_PEN_ATTRTYPE(3) Library Functions Manual TICKIT_PEN_ATTRTYPE(3)
2
3
4
6 tickit_pen_attrtype - return the type of a pen attribute
7
9 #include <tickit.h>
10
11 TickitPenAttrType tickit_pen_attrtype(TickitPenAttr attr);
12
13 Link with -ltickit.
14
16 tickit_pen_attrtype() 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_pen_attrtype() returns a pen attribute type value.
22
24 tickit_pen(7), tickit(7)
25
26
27
28 TICKIT_PEN_ATTRTYPE(3)