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 X-Received: by 10.28.29.150 with SMTP id d144mr598195wmd.0.1466274072613; Sat, 18 Jun 2016 11:21:12 -0700 (PDT) X-Received: by 10.157.63.245 with SMTP id i50mr266324ote.9.1466274072501; Sat, 18 Jun 2016 11:21:12 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!goblin3!goblin1!goblin.stu.neva.ru!oe3no4254451lbb.1!news-out.google.com!f5ni4880lbb.0!nntp.google.com!oe3no4254449lbb.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 18 Jun 2016 11:21:12 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.218.37.33; posting-account=W2gdXQoAAADxIuhBWhPFjUps3wUp4RhQ NNTP-Posting-Host: 76.218.37.33 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Gtkada: attach signals to menus From: Stephen Leake Injection-Date: Sat, 18 Jun 2016 18:21:12 +0000 Content-Type: text/plain; charset=UTF-8 Xref: news.eternal-september.org comp.lang.ada:30792 Date: 2016-06-18T11:21:12-07:00 List-Id: On Saturday, June 18, 2016 at 1:08:03 PM UTC-5, Dmitry A. Kazakov wrote: > On 2016-06-18 19:05, Stephen Leake wrote: > > > I'm using GNAT 2016 GtkAda. I'm trying to set a menu signal handler > > in code, but the signal handler is not called. > > Great! I missed notification that it is out. (I hope that it is not too > much GtkAda code is broken since GtkAda GPL 2015) I don't know; I'm upgrading from GtkAda GPL 2012 (finally :). A lot is broken in that. > > Why not this: > > Item.On_Activate (...); -- Called when File is activated Yes, that works. I'm not clear why I didn't try that in the first place. Thanks, -- Stephe