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   [EMAIL PROTECTED]
> 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
<[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
The universe is always one step beyond logic.

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to