1
2@c %start of fragment
3
4@node GtkPlug
5@chapter GtkPlug
6Toplevel for embedding into other processes
7
8@section Overview
9Together with @code{<gtk-socket>}, @code{<gtk-plug>} provides the ability to
10embed widgets from one process into another process in a fashion that is
11transparent to the user. One process creates a @code{<gtk-socket>} widget and,
12passes the ID of that widgets window to the other process, which then creates a
13@code{<gtk-plug>} with that window ID. Any widgets contained in the
14@code{<gtk-plug>} then will appear inside the first applications window.
15
16The @code{<gtk-plug>} and @code{<gtk-socket>} widgets are currently not
17available on all platforms supported by GTK+.
18
19@section Usage
20@include defuns-gtkplug.xml.texi
21
22@c %end of fragment
23