diff options
author | Cody Russell <crussell@canonical.com> | 2009-12-18 20:08:45 +0100 |
---|---|---|
committer | Cody Russell <bratsche@gnome.org> | 2009-12-28 09:33:42 -0600 |
commit | 1c92a54983e590fc4ae17e26e7b51e7a191c4da1 (patch) | |
tree | 80f1a12337dabb9ba18b7d75b44da0c887bf7880 /gtk/gtkoffscreenwindow.h | |
parent | 5e76656a6593c6c8684aef4931b4402896b6d656 (diff) | |
download | gtk+-1c92a54983e590fc4ae17e26e7b51e7a191c4da1.tar.gz |
Add gtk_offscreen_window_get_pixmap() and gtk_offscreen_window_get_pixbuf(), some API docs.
Diffstat (limited to 'gtk/gtkoffscreenwindow.h')
-rw-r--r-- | gtk/gtkoffscreenwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkoffscreenwindow.h b/gtk/gtkoffscreenwindow.h index 75486f683f..518b8df261 100644 --- a/gtk/gtkoffscreenwindow.h +++ b/gtk/gtkoffscreenwindow.h @@ -52,6 +52,8 @@ struct _GtkOffscreenWindowClass GType gtk_offscreen_window_get_type () G_GNUC_CONST; GtkWidget *gtk_offscreen_window_new (); +GdkPixmap *gtk_offscreen_window_get_pixmap (GtkOffscreenWindow *offscreen); +GdkPixbuf *gtk_offscreen_window_get_pixbuf (GtkOffscreenWindow *offscreen); G_END_DECLS |