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,be23df8e7e275d73 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-17 04:06:03 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!194.213.69.151!news.algonet.se!algonet!pepsi.tninet.se!not-for-mail From: Stefan Skoglund Newsgroups: comp.lang.ada Subject: Re: An Ada IDE and discussions Date: Mon, 16 Jul 2001 13:12:29 +0200 Organization: Telenordia Message-ID: <3B52CC1D.21CFB0B8@ebox.tninet.se> References: <0zS27.187213$DG1.31590366@news1.rdc1.mi.home.com> <3B4FEFDE.10E7B423@snafu.de> NNTP-Posting-Host: du130-241.ppp.algonet.se Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: cubacola.tninet.se 995367922 10232 195.100.241.130 (17 Jul 2001 11:05:22 GMT) X-Complaints-To: abuse@algo.net NNTP-Posting-Date: 17 Jul 2001 11:05:22 GMT X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: sv,en,en-US Xref: archiver1.google.com comp.lang.ada:10054 Date: 2001-07-17T11:05:22+00:00 List-Id: "chris.danx" wrote: > That means there can be no use of GWindows and using GTK/Ada instead. I might > consider that, but I'm not familiar with Gtk at all, and it needs to support > accelerator keys, make plugins possible, allow dynamic menus, allow custom > controls to be created, and more. Also is Gtk not scripted, slowing the whole > thing down? Do Gtk+ support acc keys (graphical artistis likes acc. keys) yes Plugins (script-fu in gimp) yes Dynamic menus yes. Custom controls yes Gtk+ scripted NO libglade gives you an application whose GUI is stored as a xml file.