Hi All;

Im having a few problems using Radiobuttons within an itemfactory menu. 
How do I set / group the buttons ? Using a callback ( attached tothe radio
buttons ) like this;

    def viewCB(self,action,widget):
                widget.set_active(gtk.FALSE)
                
give me a segmentation fault ? setting it to gtk.TRUE dosn't - but all the
buttons are activated anyway. 

Also how do I 'grey out' a menu item via an itemfactory - is this possible ?
I cant seem to find any examples of using itemfactorys in a more 'advanced'
way.

Many thanks

mallum
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to