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 X-Google-Thread: 103376,578bd4d051bc4686 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-24 09:51:05 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!newsrout1.ntli.net!news.ntli.net!newspeer1-win.server.ntli.net!newspeer1-gui.server.ntli.net!ntli.net!newsfep4-winn.server.ntli.net.POSTED!53ab2750!not-for-mail From: chris User-Agent: Mozilla Thunderbird 0.5 (X11/20040208) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: OT: GUI [was:]Ann: TeXCAD 4.1 References: <40577688.2A8B9832@fakeaddress.nil> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Wed, 24 Mar 2004 17:52:23 +0000 NNTP-Posting-Host: 81.107.63.68 X-Complaints-To: abuse@ntlworld.com X-Trace: newsfep4-winn.server.ntli.net 1080150664 81.107.63.68 (Wed, 24 Mar 2004 17:51:04 GMT) NNTP-Posting-Date: Wed, 24 Mar 2004 17:51:04 GMT Organization: ntl Cablemodem News Service Xref: archiver1.google.com comp.lang.ada:6488 Date: 2004-03-24T17:52:23+00:00 List-Id: Preben Randhol wrote: > I haven't used Gwindows but if the argument is that one should use the > underlaying GUI in the OS then why don't one use the Windows API? Because it is, only a thicker than the Win32 binding? My experience of GWindows and Win32 suggests GWindows is a very convienant extensible powerful binding to the Windows API. > I would say: Develope your application in GtkAda and compile it on > Linux, Windows and Mac OS (if there are anybody out there using Mac OS > and Ada). Then you can see how it works on Windows. I think it should be > just fine and you can concentrate on developing more features in your > application and let purist port it for you to the GUI of their choice. That's possible, I've not decided yet what to do with the UI layer. Right now I'm working on supporting (dib bitmap) images and loading them on Linux. After that I will start prototyping the UI. > I haven't tested Gtk 2.x much on Windows yet, but I believe it should > work much better than the old version which wasn't good. GPS works fine > at least. > > http://gtk-wimp.sourceforge.net/screenshots/ I'm considering that. How close is it to Windows L&F? Chris p.s. anyone know of a pie menu implementation for Windows or Gtk?