comp.lang.ada
 help / color / mirror / Atom feed
From: "ldries46" <bertus.dries@planet.nl>
Subject: Re: Gtk Ada Radio Group
Date: Thu, 22 Aug 2019 07:15:20 +0200
Date: 2019-08-22T07:15:20+02:00	[thread overview]
Message-ID: <5d5e24e9$0$2236$e4fe514c@news.kpn.nl> (raw)
In-Reply-To: <qjjpif$cav$1@dont-email.me>

This Worked

Thanks

"Jeffrey R. Carter"  schreef in bericht news:qjjpif$cav$1@dont-email.me...

On 8/21/19 10:21 AM, ldries46 wrote:
> I am trying to get working version of a Radio Button Group.
> For various reasons I don't want to do this by using Glade. The Code 
> compiles correctly and presents itself correctly in the dialog
> But it does not behave as a group. All Buttons are activated.

Typically, I did something like this:

Gtk_New (Radio_Button => R1, Group => R1, Label => "R1");
Gtk_New (Radio_Button => R2, Group => R1, Label => "R2");
Gtk_New (Radio_Button => R3, Group => R1, Label => "R3");

-- 
Jeff Carter
"I would never want to belong to any club that
would have someone like me for a member."
Annie Hall
41 


      reply	other threads:[~2019-08-22  5:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-21  8:21 Gtk Ada Radio Group ldries46
2019-08-21 15:55 ` Jeffrey R. Carter
2019-08-22  5:15   ` ldries46 [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox