On Fri, 2006-03-03 at 12:27 +0600, sadhees kumar wrote:
> Friends,
> 
>          In my GTK application I am using five Radiobuttons. At any
> point of time, only one will be selected. How to identify the selected
> Radiobutton?

It will look depressed.  It's not your fault, and there's nothing to be
done about it.  Just a fact of life for a selected radiobutton, poor
thing.

Oh dear - you meant programmatically!  Catch the "toggled" signal:
http://developer.gnome.org/doc/API/2.0/gtk/GtkToggleButton.html#GtkToggleButton-toggled
 (remember RadioButton is derived from ToggleButton).


  // Wally

> 
> Can anyone help me?
> 
> Thanks in advance.
> --
> _____________
> Regards,
> 
> K.Sadheeskumar.
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
-- 
Your eyes are weary from staring at the CRT.  You feel sleepy.  Notice
how restful it is to watch the cursor blink.  Close your eyes.  The   
opinions stated above are yours.  You cannot imagine why you ever felt
otherwise.

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to