1TICKIT_WINDOW_CLOSE(3) Library Functions Manual TICKIT_WINDOW_CLOSE(3)
2
3
4
6 tickit_window_close - remove a window from the tree
7
9 #include <tickit.h>
10
11 void tickit_window_close(TickitWindow *win);
12
13 Link with -ltickit.
14
16 tickit_window_close() removes a window from its parent, causing it to
17 no longer affect rendering or receive input events in any way. After
18 this is done the only operation that is defined any more is tickit_win‐
19 dow_unref(3). The window may not be used for further drawing.
20
22 tickit_window_close() returns no value.
23
25 tickit_window_new(3), tickit_window_hide(3), tickit_window(7),
26 tickit(7)
27
28
29
30 TICKIT_WINDOW_CLOSE(3)