gtk2/gdk-pixbuf/gdk-pixbuf-drawable.h

13 lines
353 B
C
Raw Normal View History

1999-10-07 05:11:27 +00:00
#ifndef _GDK_PIXBUF_DRAWABLE_H_
#define _GDK_PIXBUF_DRAWABLE_H_
#include <gdk/gdk.h>
#include <gdk-pixbuf.h>
ArtPixBuf *art_pixbuf_rgb_from_drawable (GdkWindow *window,
gint x, gint y,
gint width, gint height);
ArtPixBuf *art_pixbuf_rgba_from_drawable (GdkWindow *window,
gint x, gint y,
gint width, gint height);
1999-10-07 05:11:27 +00:00
#endif