[Glade-users] Re: human language support
Havoc Pennington
hp@redhat.com
13 Jun 2001 10:30:59 -0400
Jim Edwards <jedwards@inmet.gov.br> writes:
> 1. Can someone point me to an example of, or document about, how to
> build a gtk+ gui with multi-language support.
Just read the gettext info pages, GTK works the same as a non-GUI
program basically.
>
> 2. I have an application in C with no gui and one in perl with a perl/Tk
> gui. I want to combine the two with a gtk+ gui - I have some experience
> with perl XS so I have an idea of what I´m getting into, but i wonder if
> anyone has tried to write callbacks in perl from a gtk+ mostly in C.
> It seems like that would be the right place to cross languages, but
> maybe some of what glade calls interface calls should also be done from
> perl?
I don't know about that one. ;-)
Havoc