I've got a GtkTable populated with GtkPixmaps, used as status indicators. What I'd *like* to do is switch from the idle pixmap to the remote pixmap when that connection goes to remote. I've tried creating new GtkPixmaps from the image data, and table.attach()'ing it, but that seems to overlay the previous GtkPixmaps. So when I refresh the screen, each and every previous GtkPixmap gets drawn. I can't imaging that's a good thing, so how do I do it right?
-- -russ nelson <[EMAIL PROTECTED]> http://russnelson.com Crynwr sells support for free software | PGPok | If you argue with someone 521 Pleasant Valley Rd. | +1 315 268 1925 voice | who is not rational, he will Potsdam, NY 13676-3213 | +1 315 268 9201 FAX | always win, in his own mind. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
