Re: RadioButtons activity
- From: Paul Davis <paul linuxaudiosystems com>
- To: Arthur Maciel <arthurmaciel gmail com>
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: RadioButtons activity
- Date: Mon, 24 Sep 2007 15:57:02 -0400
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]