On Tue, Nov 05, 2002 at 05:20:31PM +0800, James Henstridge wrote: > >What's the clean way to get two small (preferably inlined) images and > >swap them back and forth into a togglebutton? > > > > > You can set a gtk.Image widget to display a pixmap (like the gtk.Pixmap > widget can) using its "set_from_pixmap" method, which acts like the > gtk.Pixmap.set() method. That may make it a bit easier to convert your > code.
Updated FAQ 2.3 Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
