1TICKIT_WINDOW_SET_FOCUS_CHILLDi_bNrOaTrIyFYF(u3n)ctTiIoCnKsITM_aWnIuNaDlOW_SET_FOCUS_CHILD_NOTIFY(3)
2
3
4
6 tickit_window_set_focus_child_notify - control whether windows are
7 informed of child focus changes
8
10 #include <tickit.h>
11
12 void tickit_window_set_focus_child_notify(TickitWindow *win, bool notify);
13
14 Link with -ltickit.
15
17 tickit_window_set_focus_child_notify() sets the value of a setting on
18 the given window which controls whether the window will receive
19 TICKIT_EV_FOCUS events when its child windows change focus state (when
20 true), or whether the only focus events it receives are ones relating
21 to itself directly (when false).
22
23 This function is discouraged in favour of using the
24 TICKIT_WINCTL_FOCUS_CHILD_NOTIFY window control with tickit_win‐
25 dow_setctl_int(3).
26
28 tickit_window_set_focus_child_notify() returns no value.
29
31 tickit_window_new(3), tickit_window_take_focus(3), tickit_win‐
32 dow_set_cursor_position(3), tickit_window_bind_event(3), tickit_win‐
33 dow(7), tickit(7)
34
35
36
37 TICKIT_WINDOW_SET_FOCUS_CHILD_NOTIFY(3)