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

_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to