From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!feeder1.usenet.farm!feed.usenet.farm!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!nzpost2.xs4all.net!news.kpn.nl!not-for-mail From: "ldries46" Newsgroups: comp.lang.ada References: <5d5cff16$0$2068$e4fe514c@news.kpn.nl> In-Reply-To: Subject: Re: Gtk Ada Radio Group Date: Thu, 22 Aug 2019 07:15:20 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Newsreader: Microsoft Windows Live Mail 16.4.3528.331 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3528.331 Message-ID: <5d5e24e9$0$2236$e4fe514c@news.kpn.nl> NNTP-Posting-Host: 787653ab.news.kpn.nl X-Trace: G=FcE53T/Q,C=U2FsdGVkX186DJs1kj4h/ZAACsPBF4WpMbY82CCWWabj7KJLl251eMKMiXJ8yCFumqLNvIBJpifhLedW+dLxYy1JLOLtVmLRHluqu1IVWxo= X-Complaints-To: abuse@kpn.nl Xref: reader01.eternal-september.org comp.lang.ada:57087 Date: 2019-08-22T07:15:20+02:00 List-Id: 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