1TICKIT_WINDOW_DESTROY(3) Library Functions Manual TICKIT_WINDOW_DESTROY(3)
2
3
4
6 tickit_window_destroy - destroy a window instance
7
9 #include <tickit.h>
10
11 void tickit_window_destroy(TickitWindow *win);
12
13 Link with -ltickit.
14
16 tickit_window_destroy() destroys the given window instance and releases
17 any resources controlled by it, recursively destroying any child win‐
18 dows of the given one as well. It will unbind all the bound event han‐
19 dlers, causing TICKIT_EV_UNBIND events if appropriate.
20
22 tickit_window_destroy() returns no value.
23
25 tickit_window_new(3), tickit_window_bind_event(3), tickit_win‐
26 dow_unbind_event_id(3), tickit_window(7), tickit(7)
27
28
29
30 TICKIT_WINDOW_DESTROY(3)