Re: Size of a GdkPixmap...



Here's an idea:

http://developer.gnome.org/doc/API/2.0/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html

... where these functions are documented:
int gdk_pixbuf_get_width (const GdkPixbuf *pixbuf);
int gdk_pixbuf_get_height (const GdkPixbuf *pixbuf);
int gdk_pixbuf_get_rowstride (const GdkPixbuf *pixbuf);

-M

On 26 Apr 2001 16:17:54 +0200, CALMELS Clement wrote:
Hi,
I would like to know the size ok a GdkPixmap. I try gdk_window_get_size
but it doesn't seem to work. Any idea?

Clement.

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list





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