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


_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to