Hi, Am Sam, den 12.06.2004 um 12:25 Uhr -0300 schrieb Christian Robottom Reis: > On Thu, Apr 15, 2004 at 10:50:15AM -0400, William R. Dieter wrote: > > ~ self.im.set_from_pixmap(pm, None) > > A question regarding this line (where self.im is a gtk.Image widget). If > the Image widget has a pixmap property which is read-write, is > set_from_pixmap() equivalent to setting the pixmap property, or is the > latter something else (or not really meant to be written to)?
set_from_pixmap resets the image, sets the mask, the pixmap, and then the image type to pixmap (reading the gtk/c source). cheers, Danny
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
