diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-01-29 14:16:47 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-01-29 14:16:47 -0500 |
commit | f783a75d61dbe7ae511bf65b6c3aafaffa8b4216 (patch) | |
tree | 8e2bc06a6c0ae238cef571b60356388aec69ddda /docs/reference/gtk/x11.sgml | |
parent | 1641e71c9a0e05311073d1eb02bffa38b8dc4b22 (diff) | |
download | gtk+-f783a75d61dbe7ae511bf65b6c3aafaffa8b4216.tar.gz |
Add a gtkx.h header for X11-specific GTK+ api
This keeps us from pulling gdkx.h into gtk.h
https://bugzilla.gnome.org/show_bug.cgi?id=640902
Diffstat (limited to 'docs/reference/gtk/x11.sgml')
-rw-r--r-- | docs/reference/gtk/x11.sgml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/reference/gtk/x11.sgml b/docs/reference/gtk/x11.sgml index 0fede1b7fe..0a8ad33f90 100644 --- a/docs/reference/gtk/x11.sgml +++ b/docs/reference/gtk/x11.sgml @@ -31,6 +31,13 @@ see <link linkend="gdk-X-Window-System-Interaction">GDK X Window System interaction</link> in the GDK manual. </para> +<para> +GTK+ includes an cross-process embedding facility in the form of +the #GtkSocket and #GtkPlug widgets. These are X11-specific, and +you have to include the <filename>gtk/gtkx.h</filename> header +to use them. +</para> + <refsect2 id="x11-cmdline"> <title>X11-specific commandline options</title> |