1TICKIT_GET_ROOTWIN(3) Library Functions Manual TICKIT_GET_ROOTWIN(3)
2
3
4
6 tickit_get_rootwin - obtain the root window from the toplevel instance
7
9 #include <tickit.h>
10
11 TickitWindow *tickit_get_rootwin(Tickit *t);
12
13 Link with -ltickit.
14
16 tickit_get_rootwin() obtains the root window instance associated with
17 the toplevel instance, creating it first if necessary. Once created,
18 repeated calls to this function will return the same window.
19
21 tickit_get_rootwin() returns a window instance pointer.
22
24 tickit_new_stdio(3), tickit_window(7), tickit(7)
25
26
27
28 TICKIT_GET_ROOTWIN(3)