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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!news.skynet.be!195.238.0.222.MISMATCH!newsspl501.isp.belgacom.be!tjb!not-for-mail Date: Wed, 16 Sep 2009 13:51:19 +0200 From: Olivier Scalbert User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada OpenGL question References: <4aafcc54$0$2860$ba620e4c@news.skynet.be> <4ab08904$0$2848$ba620e4c@news.skynet.be> <07d3520d-0c53-4359-aa50-9f4fe466edd8@g6g2000vbr.googlegroups.com> In-Reply-To: <07d3520d-0c53-4359-aa50-9f4fe466edd8@g6g2000vbr.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <4ab0d133$0$2863$ba620e4c@news.skynet.be> Organization: -= Belgacom Usenet Service =- NNTP-Posting-Host: 12e7b762.news.skynet.be X-Trace: 1253101875 news.skynet.be 2863 81.243.212.236:59309 X-Complaints-To: usenet-abuse@skynet.be Xref: g2news2.google.com comp.lang.ada:8348 Date: 2009-09-16T13:51:19+02:00 List-Id: Ludovic Brenta wrote: > You must call GtkAda.Handlers.Return_Callback.Connect as opposed to > GtkAda.Handlers.Widget_Callback.Connect. (If you use some other > instances of Gtk.Handlers, the same holds: Return_Callback instead of > Callback). > > -- > Ludovic Brenta. Thanks Ludovic, it works now ! Olivier