Re: RadioButtons activity



On Mon, 2007-09-24 at 16:34 -0300, Arthur Maciel wrote:
> Paul,
> 
> I understand, but the fact is if I�m trying to build a client survey,
> how could I present to the client a radio group with one of the
> answers active? I would induce them.

 [ ] Yes, I like George Bush
 [ ] No, I think George Bush should never have been elected
 [*] I have no opinion

  if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON(apathetic_button))
{
        message = "Apathy and disinterest are no longer permissible";
	... show message ...
	... present choice again ...
  }	






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]