comp.lang.ada
 help / color / mirror / Atom feed
From: "Jeffrey R. Carter" <spam.jrcarter.not@spam.not.acm.org>
Subject: Re: Gtk Ada Radio Group
Date: Wed, 21 Aug 2019 17:55:56 +0200
Date: 2019-08-21T17:55:56+02:00	[thread overview]
Message-ID: <qjjpif$cav$1@dont-email.me> (raw)
In-Reply-To: <5d5cff16$0$2068$e4fe514c@news.kpn.nl>

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-21 15:55 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 [this message]
2019-08-22  5:15   ` ldries46
replies disabled

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