Add gtk_offscreen_window_get_pixmap() and gtk_offscreen_window_get_pixbuf(), some API docs.

This commit is contained in:
Cody Russell
2009-12-18 20:08:45 +01:00
committed by Cody Russell
parent 5e76656a65
commit 1c92a54983
3 changed files with 63 additions and 1 deletions

View File

@ -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