I found the following page very helpful:
http://bo.majewski.name/bluear/gnu/GTK/i18n/
The example uses autotools and gettext, but it's not hard.
It might even be a good place to start learning autotools...
/Albert
Rss Reader wrote:
> Or could we i18ne it witout using autotools, by
> using ge
Tor Lillqvist wrote:
> You certainly need to "drop in" other things also. Just copying the
> DLLs around is not a good idea. Pango won't work without finding its
> pango.modules file in a specific place relative to the pango DLL, and
> then at least the pango-basic-win32.dll module in its specific
Hi!
Don't know if this helps, but on windows libglade + GTK works if you
drop these .dll files somewhere in the $PATH. The easiest place is
in the same dir as the executable.
iconv.dll
intl.dll
libatk-1.0-0.dll
libgdk-win32-2.0-0.dll
libgdk_pixbuf-2.0-0.dll
libglade-2.0-0.dll
libglib-2.0-0.dll
li
Message-
From: Hazzy [mailto:[EMAIL PROTECTED]
Sent: Thu 9/1/2005 4:06 PM
To: Albert Veli
Subject: RE: Query- Gtk on Framebuffer
Hi Albert
Thanx
Well i m still confused ..how can i display qtk
application on target's LCD ..target is having ARM CPU
core.
can u pls tell me the way for this
Maybe you can try GTK+ for DirectFB.
http://www.directfb.org/index.php?path=Development%2FProjects%2FGTK%2B
I succefully tried GTK+ with DirectFB on an intel-compatible processor card
about a year ago.
/Albert
-Original Message-
From: [EMAIL PROTECTED] on behalf of Attilio Fiandrotti
Hi!
I'm trying to write an app that (among other things) shows a
GtkFileChooserDialog that lets the user select a file (for opening).
I want it to work both on the local filesystem and over FTP.
And I want the app to work on both Linux and Windows.
---
On Linux (Debian/Sarge, gtk+-2.6.4) an URI