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

NAME

6       tickit_window_close - remove a window from the tree
7

SYNOPSIS

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

DESCRIPTION

16       tickit_window_close()  removes  a window from its parent, causing it to
17       no longer affect rendering or recieve 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

RETURN VALUE

22       tickit_window_close() returns no value.
23

SEE ALSO

25       tickit_window_new(3),     tickit_window_hide(3),      tickit_window(7),
26       tickit(7)
27
28
29
30                                                        TICKIT_WINDOW_CLOSE(3)
Impressum