I realized a popup menu which presents a list of menu items each with a 'name':
item = gtk.MenuItem(name) Now, I would like to simply change the name of some of theese menu items. I can't find a way to do it! How to? Thanks. -- Alessandro Ferrarin <[EMAIL PROTECTED]> Tieffe Sistemi S.r.l. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
