Hi,
GTK supports internationalization...
You can translate all the UI based strings for any required language.
Pls note... you cant translate dynamically.
Either u can rebuild ur UI when translation is required or
Start the application with the required langugae.
For more information on how to, r
On Tuesday 02 January 2007 13:33, Vivien Malerba wrote:
> On 1/2/07, Eirik Brandtzæg <[EMAIL PROTECTED]> wrote:
> > I'm trying to include a image in my Free Pascal program under linux.
> > First I loaded the image from a file using gtk_image_new_from_file, but I
> > want to have the picture inside
Hi,
I am developing a Web based application on Windows platform (Windows XP)
using C# .Net 2.0. My application has to support multiple langueges. It
needs to have traslation support as well. Can you please guide me in
whether I can use the libraries distributed by GKT for this purpose.
This is
My application need to draw a line on a widget when mouse button is down, and
then erase it and restore when mouse button is up. Previously I use GC to do
all the work, I just call m_gc->set_function( Gdk::XOR), paint the line when
mouse button is down, and paint it again when mouse button is up
On 1/2/07, Eirik Brandtzæg <[EMAIL PROTECTED]> wrote:
> I'm trying to include a image in my Free Pascal program under linux.
> First I loaded the image from a file using gtk_image_new_from_file, but I
> want to have the picture inside the binary.
>
There is the GdkPixdata related API such as gdk_
I'm trying to include a image in my Free Pascal program under linux.
First I loaded the image from a file using gtk_image_new_from_file, but I want
to have the picture inside the binary.
What I have done so far:
* Made a include-file for fpc using bin2obj.
* Included the file in source using {$i