Re: EXTERNAL: Re: Two events when selecting a RadioButton
- From: Damon Register <damon w register lmco com>
- To: gtkmm-list gnome org
- Subject: Re: EXTERNAL: Re: Two events when selecting a RadioButton
- Date: Mon, 14 May 2012 05:55:37 -0400
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]