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.182.250.201 with SMTP id ze9mr8468611obc.0.1459430869859; Thu, 31 Mar 2016 06:27:49 -0700 (PDT) X-Received: by 10.157.42.231 with SMTP id e94mr163894otb.5.1459430869791; Thu, 31 Mar 2016 06:27:49 -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!news.glorb.com!sy18no389857igc.0!news-out.google.com!u9ni348igk.0!nntp.google.com!sy18no389849igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 31 Mar 2016 06:27:49 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=95.173.128.204; posting-account=YB4WOgoAAABLG9D7qoJiPBc6EJSzsPDF NNTP-Posting-Host: 95.173.128.204 References: <1f780a7e-1972-4f8f-9832-02fbf2bd920a@googlegroups.com> <68f13969-e3ff-45ae-b797-4f7bfc96203b@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <379a1bab-4f38-4b22-8935-3bf90c9b96cd@googlegroups.com> Subject: Re: Declaring GLADE callbacks with G_MODULE_EXPORT. From: George J Injection-Date: Thu, 31 Mar 2016 13:27:49 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:29939 Date: 2016-03-31T06:27:49-07:00 List-Id: On Thursday, 31 March 2016 12:51:53 UTC+3, George J wrote: > Thanks Dmitry, I'll try to declare in this way and post later the result. I can't connect signals to my GUI ADA Application with GLADE. So I will be grateful to the one who will be able to make a simple example of usage Gtk.Builder.Connect_Signals (in Ada). Thanks!