Re: how to destroy window if ptr to mainWindow not known

2007-12-06 Thread Jens Sauer
this again. - -- Jens Sauer [EMAIL PROTECTED] OpenPGP key D3CA3DAF - - to verify attachments use 'gpg --verify FILENAME.sig FILENAME' -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

Re: label text in Hindi

2007-10-29 Thread Jens Sauer
Hey, GNU gettext can help you with this. project page: http://www.gnu.org/software/gettext/ short intro: http://en.wikipedia.org/wiki/Gettext But gettext did not translate the strings automatically. Naveen Kumar schrieb: Hi all, I need to display the labels in hindi, I tried export

Re: Saving treeview state

2007-02-09 Thread Jens Sauer
' for the other properties there are also functions to get the value. On restoring, I think you must set the width with this: 'gtk_tree_view_column_set_min_width' or 'gtk_tree_view_column_set_fixed_width' I never tried. But I think this should work. I'm interested if this works. -- Jens Sauer [EMAIL PROTECTED

Re: instal gtk on windows

2007-02-04 Thread Jens Sauer
experience with it. With the gladewin32 gtk package you can use pkg-config to set the compiler flags. You must set the 'PKG_CONFIG_PATH' environment variable so that pkg-config can find the *.pc files. Hope that helps -- Jens Sauer [EMAIL PROTECTED] ___ gtk