Joao Pedrosa writes: > Hi, > > On Apr 6, 2005 4:18 PM, Paul Rubel <prubel / bbn.com> wrote: > > Hello, > > > > I've been trying out gtk and gtk2 for the first time over the past few > > days. Overall it has been a good experience. At the moment however, > > I'm stumped and was hoping someone might be able to enlighten me. > > I've created a sample that works with Ruby-GNOME2. When a Radiobutton > is activated, it triggers the "clicked" event, even when the > activation is thru code, so I created a method to handle that. I've > never used GTK 1.x so I can't test your version. :-) Follows: Thanks for both of the responses. I appreciate your help. It looks like using the toggled action combined with watching whether I'm in the midst of dealing with a click, as you suggested, will do the job. thanks again, Paul