[pygtk] Difference between image format
Gustavo J. A. M. Carneiro
gjc at inescporto.pt
Fri Apr 23 18:10:56 WST 2004
A Sex, 2004-04-23 às 03:14, jromero escreveu:
> Which is the difference between the objects GtkImage, GtkPixbuf,
> GtkPixmap and GtkDrawabl? Any?
GtkImage -> gtk widget that draws an image
GtkPixbuf -> doesn't exist, it is called GdkPixbuf, which is a
client-side object that holds an image
GtkPixmap -> GdkPixmap -> an X server object that contains an image
GtkDrawable -> GdkDrawable -> any X server object you can draw to,
i.e. a GdkWindow or a GdkPixmap.
>
> Thanks
>
> _______________________________________________
> pygtk mailing list pygtk at daa.com.au
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
--
Gustavo João Alves Marques Carneiro
<gjc at inescporto.pt> <gustavo at users.sourceforge.net>
The universe is always one step beyond logic.
More information about the pygtk
mailing list