diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-08-31 00:55:32 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-08-31 00:55:32 -0400 |
commit | 5e5ab90a5708d6c2bcd8b073dda0ae509dd62464 (patch) | |
tree | b26db403b7b9274bf7085bb9ff15853bf9ef8aa0 /gdk/gdkoffscreenwindow.c | |
parent | 97d4b25d02e53024cf3e690a0ce68062c1cf9c24 (diff) | |
download | gtk+-5e5ab90a5708d6c2bcd8b073dda0ae509dd62464.tar.gz |
Improve CSW docs
Diffstat (limited to 'gdk/gdkoffscreenwindow.c')
-rw-r--r-- | gdk/gdkoffscreenwindow.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdk/gdkoffscreenwindow.c b/gdk/gdkoffscreenwindow.c index 0029708591..9a3942c6a3 100644 --- a/gdk/gdkoffscreenwindow.c +++ b/gdk/gdkoffscreenwindow.c @@ -1161,6 +1161,13 @@ gdk_offscreen_window_queue_translation (GdkWindow *window, * @window: a #GdkWindow * @embedder: the #GdkWindow that @window gets embedded in * + * Sets @window to be embedded in @embedder. + * + * To fully embed an offscreen window, in addition to calling this + * function, it is also necessary to handle the #GdkWindow::pick-embedded-child + * signal on the @embedder and the #GdkWindow::to-embedder and + * #GdkWindow::from-embedder signals on @window. + * * Since: 2.18 */ void |