Re: EXTERNAL: Re: Two events when selecting a RadioButton



On 5/13/2012 8:55 AM, Robert Pearce wrote:
Hi Damon,
It was on the gtk-list rather than the gtkmm-list :
http://mail.gnome.org/archives/gtk-list/2011-May/msg00003.html
I found it.  Thanks

The callback is attached with:
     for ( cc=0; cc<NumButtons; cc++ )
         ModeButton[cc].signal_clicked().connect ( sigc::bind<int>  (
                      sigc::mem_fun(*this,&MyClass::ClickedCallBack), cc ) );
Looks like I was on the right track.  This is what I did.

Damon Register



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]