Hi, I'm currently using the gtk.MenuItem widget in my pygtk script. My requirement is to disable the menuitem and enable it back again based on some defined logic.
As per the Pygtk reference manual [1] this is currently not possible. Is there are an alternate way to go about disabling a menu item ? I do not want to unhide it but rather disable it. [1] http://www.pygtk.org/pygtk2reference/class-gtkmenuitem.html Thanks, Toufeeq -- blog @ http://toufeeq.blogspot.com _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
