Re: RadioMenuItem

2009-04-13 Thread donglongchao
you are always welcome.:-) 在2009-04-13,Paolo 写道: Sorry. I've fix my problem. Thanks 2009/4/13 Paolo How can I apply gtk_toggle_button_get_active() function? I have a radiomenuitem and the function needs a togglebutton 2009/4/13 donglongchao Hi, Because they are in the same group,and if

Re: RadioMenuItem

2009-04-13 Thread Paolo
Sorry. I've fix my problem. Thanks 2009/4/13 Paolo > How can I apply gtk_toggle_button_get_active() function? I have a > radiomenuitem and the function needs a togglebutton > > 2009/4/13 donglongchao > > Hi, >> Because they are in the same group,and if one is selected(or toggled), >> >> then be

Re: RadioMenuItem

2009-04-13 Thread Paolo
How can I apply gtk_toggle_button_get_active() function? I have a radiomenuitem and the function needs a togglebutton 2009/4/13 donglongchao > Hi, > Because they are in the same group,and if one is selected(or toggled), > > then before it send a "toggled" signal,the other one which becomes unsel