Re: [pygtk] GtkRadioMenuItem and libglade

2000-06-20 Thread Harry Henry Gebel
> Did you ever get an answer to your question (to the pygtk mailing > list) concerning libglade and GtkRadioMenuItems? I'm having the > same problem now. It's weird that you asked me this morning, I just figured out a way to do it last night (I am just learning GTK so this may not be the most ef

Re: [pygtk] GtkRadioMenuItem and libglade

2000-06-20 Thread Mitch Chapman
libglade 0.13 does nothing with the "group" attribute of radio menu items, so every GtkRadioMenuItem ends up in its own group. Fortunately, libglade *does* honor the group attribute for GtkRadioButtons. Using the code in glade-gtk.c\radiobutton_new() as an example, I was able to come up with (ok

[pygtk] GtkRadioMenuItem and libglade

2000-05-21 Thread Harry Henry Gebel
I have a set of three menu options I have set as GtkRadioMenuItem in Glade, I set each to have group 'search_mode'. When I run the program using libglade, all three are turned on as though each was in a different group. Am I misunderstanding how to use the 'group' entry in Glade, and if so how do