comp.lang.ada
 help / color / mirror / Atom feed
* Glade but more flexible
@ 2022-01-30 13:20 ldries46
  2022-01-30 13:59 ` Dmitry A. Kazakov
  0 siblings, 1 reply; 2+ messages in thread
From: ldries46 @ 2022-01-30 13:20 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-30 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-30 13:20 Glade but more flexible ldries46
2022-01-30 13:59 ` Dmitry A. Kazakov

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