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=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no 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 02:17:24 PST From: Tor Fredrik Aas Newsgroups: comp.lang.ada Subject: Re: An Ada IDE and discussions Date: 17 Jul 2001 09:54:12 +0200 Organization: Kongsberg Defence and Aerospace Message-ID: References: <0zS27.187213$DG1.31590366@news1.rdc1.mi.home.com> <3B4FEFDE.10E7B423@snafu.de> NNTP-Posting-Host: 150.1.31.52 X-Newsreader: Gnus v5.6.45/XEmacs 21.1 - "Acadia" Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!195.54.122.107!newsfeed1.bredband.com!bredband!uio.no!Norway.EU.net!193.71.169.73!spiten.kongsberg.com!kongsberg!not-for-mail Xref: archiver1.google.com comp.lang.ada:10050 Date: 2001-07-17T09:54:12+02:00 List-Id: Ted Dennison writes: >... > doesn't have is some kind of loadable interface definition language, like UIL. > But if you are set on something that will be intuitively familiar to Windows >... But is has, GTK has glade for dynamic loadable interface descriptions. A underlying XML based format, even has a nice graphical dialog editor ( named glade, oddly enough ). Loading of dialogs is done through libglade - you should read the documentation that comes with libglade for more on this. There is even a nice book for en introduction to GTK named "Developing Linux applications with GTK and GLIB" or something like that. This is purely C, but it should tranfer quite easy to ada I would guess, but then I have never used GtkAda ( might do that someday since I am forced to do some ada work right now). -- Tor Fredrik Aas