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 _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list