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

NAME

6       tickit_window_children,  tickit_window_get_children - obtain child win‐
7       dows from a window
8

SYNOPSIS

10       #include <tickit.h>
11
12       size_t tickit_window_children(const TickitWindow *win);
13       size_t tickit_window_get_children(const TickitWindow *win,
14           TickitWindow *children[], size_t n);
15
16       Link with -ltickit.
17

DESCRIPTION

19       tickit_window_children() returns the number of immediate child  windows
20       the given window has.
21
22       tickit_window_get_children()  copies  at  most  n child window pointers
23       into the array given by children, and returns the number of pointers it
24       copied  (which  may be fewer than the total stored, if the array was of
25       insufficient size).
26

RETURN VALUE

28       tickit_window_children() and tickit_window_get_children() return  inte‐
29       gers giving the number of entries operated on.
30

SEE ALSO

32       tickit_window_new(3),     tickit_window_parent(3),    tickit_window(7),
33       tickit(7)
34
35
36
37                                                     TICKIT_WINDOW_CHILDREN(3)
Impressum