tickit_pen_get_int_attr, tickit_pen_set_int_attr - manipulate an integer pen attribute
Contents
Description
tickit_pen_get_int_attr() returns the current value of the given integer attribute on the pen, or 0 if
that attribute is not defined.
tickit_pen_set_int_attr() provides a new value for the given integer attribute on the pen. It will invoke
the TICKIT_EV_CHANGE event on the pen instance.
Name
tickit_pen_get_int_attr, tickit_pen_set_int_attr - manipulate an integer pen attribute
Return Value
tickit_pen_get_int_attr() returns an integer value. tickit_pen_set_int_attr() returns no value.
See Also
tickit_pen_new(3), tickit_pen_has_attr(3), tickit_pen_set_bool_attr(3), tickit_pen_set_colour_attr(3), tickit_pen_clear_attr(3), tickit_pen(7), tickit(7) TICKIT_PEN_GET_INT_ATTR(3)
Synopsis
#include<tickit.h>inttickit_pen_get_int_attr(TickitPen*pen,TickitPenAttrattr);voidtickit_pen_set_int_attr(TickitPen*pen,TickitPenAttrattr,intval);
Link with -ltickit.
