diff options
author | Cody Russell <crussell@canonical.com> | 2009-12-18 21:27:41 +0100 |
---|---|---|
committer | Cody Russell <bratsche@gnome.org> | 2009-12-28 09:33:42 -0600 |
commit | 06a53cc482ce20e8ee54e6ea413cf672a6595c1e (patch) | |
tree | 5c4ae70034a00556418abb7cd5fdee4ca4c4d9d2 /docs | |
parent | 1c92a54983e590fc4ae17e26e7b51e7a191c4da1 (diff) | |
download | gtk+-06a53cc482ce20e8ee54e6ea413cf672a6595c1e.tar.gz |
Add gtkoffscreenwindow.sgml
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkoffscreenwindow.sgml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/docs/reference/gtk/tmpl/gtkoffscreenwindow.sgml b/docs/reference/gtk/tmpl/gtkoffscreenwindow.sgml new file mode 100644 index 0000000000..b52f7b708c --- /dev/null +++ b/docs/reference/gtk/tmpl/gtkoffscreenwindow.sgml @@ -0,0 +1,49 @@ +<!-- ##### SECTION Title ##### --> +GtkOffscreenWindow + +<!-- ##### SECTION Short_Description ##### --> +A toplevel container widget for doing offscreen rendering of children + +<!-- ##### SECTION Long_Description ##### --> +<para> +The #GtkOffscreenWindow container is a top-level container that is used +to manage offscreen rendering and snapshot retrieval of the widget that +is contained inside it. + +</para> +<para> +GtkOffscreenWindow was introduced in GTK+ 2.20. +</para> + +<!-- ##### SECTION See_Also ##### --> +<para> + +</para> + +<!-- ##### SECTION Stability_Level ##### --> + + +<!-- ##### STRUCT GtkOffscreenWindow ##### --> +<para> + +</para> + + +<!-- ##### FUNCTION gtk_offscreen_window_get_pixmap ##### --> +<para> + +</para> + +@offscreen: +@Returns: + + +<!-- ##### FUNCTION gtk_offscreen_window_get_pixbuf ##### --> +<para> + +</para> + +@offscreen: +@Returns: + + |