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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!2.eu.feeder.erje.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost2.xs4all.net!news.kpn.nl!not-for-mail Subject: Re: A Gtk/GtkAda and Glade question To: mgr Newsgroups: comp.lang.ada References: <5ea6cd11$0$1724$e4fe514c@news.kpn.nl> From: ldries46 Message-ID: Date: Wed, 13 May 2020 09:04:25 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-GB NNTP-Posting-Host: 966bc1df.news.kpn.nl X-Trace: G=r/SOEXq3,C=U2FsdGVkX18YlVyH+/FwIlhdKeV0Adx+G3R9OoZFJPnGzJJAEzYvUn36toyIFSdGDJa6lZDPyyK91vGOxcN+ZEXpGsZz0EhTFGtCKe+TIi8= X-Complaints-To: abuse@kpn.nl Xref: reader01.eternal-september.org comp.lang.ada:58670 Date: 2020-05-13T09:04:25+02:00 List-Id: Op 9-5-2020 om 17:06 schreef mgr: > On 27/4/20 14:16, ldries46 wrote: > > Another problem I encountered is that you have for your program > constant > > strings in your GUI and I do want variables in that positions to change > > the look of my GUI by a simple redraw action. One reason is that I want > > to create a multi language program So I need for instance the menu > to be > > possible in several languages (f.i. English, Dutch, German, French and > > Spanish) and just switch these languages with one redraw. I can do that > > when I do not use the GtkBuilder statement. > > You should look for gettext library support in Glade and the > gtkada.intl package (which is a binding to the former). I haven't > tried it, but interfaces produced by Glade should be translatable > using gettext files. I am glad somebody answered. I could not find the listing of gettext but I suspect that the answer is not inside that listings. I just want to know all the possibilities and where applicable for lines like:    True   I just found three different types of lines that matter. I think that I have found all object class names like "GtkBox" here but of the property name I need far more as which is the case with signal name. I need the complete set of each of the different types an if there are more events like object class etc.