1
2@c %start of fragment
3
4@deftp Class <gtk-bin>
5Derives from @code{<gtk-container>}.
6
7This class defines no direct slots.
8
9@end deftp
10
11@deffn Function gtk-bin-get-child  (self@tie{}@code{<gtk-bin>}) @result{}@tie{} (ret@tie{}@code{<gtk-widget>})
12@deffnx Method get-child
13Gets the child of the @code{<gtk-bin>}, or @samp{@code{#f}} if the bin contains
14no child widget. The returned widget does not have a reference added, so you do
15not need to unref it.
16
17@table @var
18@item bin
19a @code{<gtk-bin>}
20
21@item ret
22pointer to child of the @code{<gtk-bin>}
23
24@end table
25
26@end deffn
27
28
29@c %end of fragment
30