1TICKIT_WINDOW_DESTROY(3)   Library Functions Manual   TICKIT_WINDOW_DESTROY(3)
2
3
4

NAME

6       tickit_window_destroy - destroy a window instance
7

SYNOPSIS

9       #include <tickit.h>
10
11       void tickit_window_destroy(TickitWindow *win);
12
13       Link with -ltickit.
14

DESCRIPTION

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

RETURN VALUE

22       tickit_window_destroy() returns no value.
23

SEE ALSO

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)
Impressum