1TICKIT_SETCTL_INT(3) Library Functions Manual TICKIT_SETCTL_INT(3)
2
3
4
6 tickit_setctl_int- set an integer toplevel instance control
7
9 #include <tickit.h>
10
11 bool tickit_getctl_int(Tickit *tt, TickitCtl ctl, int *value);
12 bool tickit_setctl_int(Tickit *tt, TickitCtl ctl, int value);
13
14 Link with -ltickit.
15
17 tickit_setctl_int() performs a toplevel instance control operation,
18 setting the value of a numeric instance control option.
19 tickit_getctl_int() obtains the value of an instance control setting.
20
21 For the list of possible TickitCtl values and their meanings, see
22 tickit(7).
23
25 tickit_getctl_int() returns a true value if it recognised the requested
26 control and managed to return the current value of it; false if not.
27 tickit_setctl_int() returns a true value if it recognised the requested
28 control and managed to request the instance to change it; false if not.
29
31 tickit(7)
32
33
34
35 TICKIT_SETCTL_INT(3)