1TICKIT_WINDOW_SETCTL_INT(3)Library Functions ManualTICKIT_WINDOW_SETCTL_INT(3)
2
3
4
6 tickit_window_setctl_int- set an integer window control
7
9 #include <tickit.h>
10
11 bool tickit_window_getctl_int(TickitWindow *tt, TickitWindowCtl ctl, int *value);
12 bool tickit_window_setctl_int(TickitWindow *tt, TickitWindowCtl ctl, int value);
13
14 Link with -ltickit.
15
17 tickit_window_setctl_int() performs a window control operation, setting
18 the value of a numeric window control option. tickit_win‐
19 dow_getctl_int() obtains the value of a window control setting.
20
21 For the list of possible TickitWindowCtl values and their meanings, see
22 tickit_window(7).
23
25 tickit_window_getctl_int() returns a true value if it recognised the
26 requested control and managed to return the current value of it; false
27 if not. tickit_window_setctl_int() returns a true value if it recog‐
28 nised the requested control and managed to request the window to change
29 it; false if not.
30
32 tickit_window(7), tickit(7)
33
34
35
36 TICKIT_WINDOW_SETCTL_INT(3)