comp.lang.ada
 help / color / mirror / Atom feed
From: ldries46 <bertus.dries@planet.nl>
Subject: Glade but more flexible
Date: Sun, 30 Jan 2022 14:20:13 +0100	[thread overview]
Message-ID: <nnd$2cb2ae46$32cab04c@6c46de121afb91f0> (raw)

I like the way Glade can be used for designing a gtk GUI. But There is a 
problem I cannot do what I like to do. The best way to illustrate that 
is when I want to design a multi language program. I than need the 
string variables in some kind of array. For instance Language_Open(lan) 
instead of Language_Open where:
Language_Open(English) := To_Unbounded_String("Open");
Language_Open(Deutsch) := To_Unbounded_String("Offnen");
etc,
where lan := (English, Deutsch, ...);

This can be reached if Glade can also produce an Ada program output 
where you can edit output simply or when a program Glade2Ada would be 
created which translates the Glade Output to Ada, where you can edit the 
Ada program accordingly.
The latest version can also be transfered to other language, so Glade2C, 
Glade2python etc.

The question is is something like that available or is it an idea to 
create such a thing for the people who created Glad

             reply	other threads:[~2022-01-30 13:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-30 13:20 ldries46 [this message]
2022-01-30 13:59 ` Glade but more flexible Dmitry A. Kazakov
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox