Add gtk_offscreen_window_get_pixmap() and gtk_offscreen_window_get_pixbuf(), some API docs.
This commit is contained in:
committed by
Cody Russell
parent
5e76656a65
commit
1c92a54983
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user