1TICKIT_PEN_CLEAR(3)        Library Functions Manual        TICKIT_PEN_CLEAR(3)
2
3
4

NAME

6       tickit_pen_clear, tickit_pen_clear_attr - remove pen attributes
7

SYNOPSIS

9       #include <tickit.h>
10
11       void tickit_pen_clear(TickitPen *pen);
12       void tickit_pen_clear_attr(TickitPen *pen, TickitPenAttr attr);
13
14       Link with -ltickit.
15

DESCRIPTION

17       tickit_pen_clear() removes all the attributes from the pen instance.
18
19       tickit_pen_clear_attr()  removes  the  given  attribute  from  the  pen
20       instance. After  calling  this  function,  tickit_pen_has_attr(3)  will
21       return false for this attribute.
22

RETURN VALUE

24       These functions return no value.
25

SEE ALSO

27       tickit_pen_new(3), tickit_pen_has_attr(3), tickit_pen_set_bool_attr(3),
28       tickit_pen_set_int_attr(3),              tickit_pen_set_colour_attr(3),
29       tickit_pen(7), tickit(7)
30
31
32
33                                                           TICKIT_PEN_CLEAR(3)
Impressum