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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e793d50ead4087cc X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.72.199 with SMTP id n7mr17133097qaj.5.1356680335221; Thu, 27 Dec 2012 23:38:55 -0800 (PST) Received: by 10.49.72.169 with SMTP id e9mr5035269qev.3.1356680335191; Thu, 27 Dec 2012 23:38:55 -0800 (PST) Path: k2ni3151qap.0!nntp.google.com!ee4no2709004qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 27 Dec 2012 23:38:55 -0800 (PST) In-Reply-To: <978bd22c-57bf-416c-a142-14b221047cdd@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=85.26.183.5; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww NNTP-Posting-Host: 85.26.183.5 References: <0c94b952-2bdf-4f25-98a3-91a67ed2355d@googlegroups.com> <978bd22c-57bf-416c-a142-14b221047cdd@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2e070f00-287b-4dcd-9ee1-aa5b1dff4970@googlegroups.com> Subject: Re: Thickening Ada GTK or Vala Binding ? From: Vadim Godunko Injection-Date: Fri, 28 Dec 2012 07:38:55 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-12-27T23:38:55-08:00 List-Id: On Friday, December 28, 2012 9:22:20 AM UTC+4, Vadim Godunko wrote: >=20 > Your life will be much more simple if you will use QtAda: it do all low l= evel stuff for you. You don't need to write any C/C++ at all. And, you don't need to implement own event loop, Qt provides special kind o= f 'standard' signal-slot connections when signal is propagated from one thr= ead to the slot of object in event main loop thread. Internal implementatio= n is not easy, but it looks like typical Qt's signal-slot interaction.