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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c9451537593407b7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-25 13:11:38 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!oleane.net!oleane!fr.usenet-edu.net!usenet-edu.net!enst!enst.fr!not-for-mail From: "David Botton" Newsgroups: comp.lang.ada Subject: Re: GtkAda or Ada or a binding? Keys Date: Tue, 25 Sep 2001 16:10:20 -0400 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: <0onr7.9325$Ck.1581110@news6-win.server.ntlworld.com> <00af01c145f1$a9cd8d60$0100a8c0@DBINSPIRON> Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1001448697 23014 137.194.161.2 (25 Sep 2001 20:11:37 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Tue, 25 Sep 2001 20:11:37 +0000 (UTC) To: Return-Path: X-pair-Authenticated: 63.161.15.130 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.4 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , List-Archive: Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:13360 Date: 2001-09-25T16:10:20-04:00 I almost forgot. Also, you can use any Dialog Editor such as MSDev, Borlands, or a free one from the lcc project (see the GWindows home page) to create a dialog template. You can then use GWindows to create windows from the template with that layout. With cbind from Dmitriy Anisimkov (http://members.tripod.com/vagul/) you can even automatically generate the Ada code for the resource header file (containing all resource identifier constants). For example in my GNavi project (the Delhpi/VB replacement :-) I just slipped cbind in the make file and use MSDev for all my resource editing. David Botton ----- Original Message ----- From: "David Botton" To: Sent: Tuesday, September 25, 2001 2:41 PM Subject: Re: GtkAda or Ada or a binding? Keys > Either. You can fix positions, dock and pack. Take a look at the tutorial on > the web off the GWindows page. > > http://www.adapower.com/gwindows > > The major differences are that GWindows is all native controls (with some > custom to GWindows and more in the works) and the event models. > > David Botton > > ----- Original Message ----- > From: "Preben Randhol" > > > I haven't looked at Gwindows (as I use Linux mainly), but how is the > > design of the GUI compared to GtkAda? Do one pack widgets or is it more > > like Delphi with fixed locations? > > > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada.eu.org > http://ada.eu.org/mailman/listinfo/comp.lang.ada >