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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3ed4c57426e16006 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!y12g2000yqh.googlegroups.com!not-for-mail From: Gary Newsgroups: comp.lang.ada Subject: Re: GtkAda using Glade Date: Wed, 18 May 2011 13:45:29 -0700 (PDT) Organization: http://groups.google.com Message-ID: <96992149-4b0b-4de3-b928-545baa8da5ad@y12g2000yqh.googlegroups.com> References: <15ff2ec1-5a2b-4d24-8aab-cf7985b6374f@t19g2000yql.googlegroups.com> <2e496d2c-f12f-4961-981b-2162fdf1ce1e@k3g2000prl.googlegroups.com> <1vakqa4gwjxry$.9j72428ewqp0.dlg@40tude.net> <1npn5zwqehpsz.1lqame09nycx1.dlg@40tude.net> NNTP-Posting-Host: 98.88.179.222 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1305751529 16663 127.0.0.1 (18 May 2011 20:45:29 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 18 May 2011 20:45:29 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y12g2000yqh.googlegroups.com; posting-host=98.88.179.222; posting-account=0XWPhwoAAADr6lww5Nx1mZKUCofb0j1i User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:20275 Date: 2011-05-18T13:45:29-07:00 List-Id: > > Are you suggesting that I dismiss the use of Glade as well or just > > Gate? > I am afraid, both. At some stage you will be forced to dismiss them anyway. > Granted, I never looked at them. That is because I had experience with > other GUI generators before. So when I started to learn Gtk I didn't even > bother to look. I believe I share your experience quite fully. I enjoy using GUI builders, but I have always preferred getting into the nuts and bolts of the code. GTK is a horse of a different color, however, when compared to most other GUI libraries, owing to the fact that it's written entirely in C. Your forced to learn all of the nitty gritty details. I'm not sure I have the time required to do that, hence my interest in Glade. At least, Gate produces Ada code that you can then modify to your specific needs. That creates somewhat of a bridge between the 2 worlds. > > This sample app uses GTK code in the source so I am guessing that you > > are not in favor of Glade as well as Gate. Am I making the correct > > assumption? > Absolutely. Gtk is a very complex thing. I cannot imagine how a code > generator could be used for TreeView, Gdk, Cairo etc. It has no chance. Thanks for your candor.