Re: Understand RadioButtons
- From: Martyn Russell <martyn imendio com>
- To: Mrad James Deane <xtremejames183 msn com>
- Cc: gtk-list gnome org
- Subject: Re: Understand RadioButtons
- Date: Fri, 04 Aug 2006 02:33:12 +0100
On Fri, 2006-08-04 at 02:11 +0100, Mrad James Deane wrote:
> Hi,
> this the matter:
> i have a GtkEntry set to editable(FALSE) and i want it to be set to TRUE
> when an user select a radiobutton i've tried with radio_button_toggled ,
> radio_button_change_ group , radio_button_activate without result,
> What's the signals for the radiobutton to make my entry editable for example
Try:
g_signal_connect (radiobutton,
"toggled",
G_CALLBACK (toggled_cb),
NULL);
--
Regards,
Martyn
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]