Re: GDK Drawables?



-> Can I use gdk_window_copy_area() with a GdkPixmap as the 5th 
-> argument (it takes a GdkWindow, not a GdkPixmap)?

	From

http://developer.gnome.org/doc/API/gdk/gdk-bitmaps-and-pixmaps.html:

----------------------------------------------------------
struct GdkPixmap
  {
    gpointer user_data;
  };

An opaque structure representing an offscreen drawable. Pointers to
structures of type GdkPixmap, GdkBitmap, and GdkWindow, can often be used
interchangeably. The type GdkDrawable refers generically to any of these
types.
----------------------------------------------------------


	Sorry, I didn't see this until after I posted my question...


Thanks,
Derek






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]