Re: GTK themes on windows

2005-06-20 Thread Carlo Agrusti
Deekshit M ha scritto lo scorso 19/06/2005 20:17: Hi all, I wanted to know how do I add a theme to the windows application, that I am am developing on windows. I could see that, when I change the theme using theme-selector applictaion, the theme for the GTK-demos get changed. But not for my

Re: GTK themes on windows

2005-06-20 Thread Deekshit M
Hi, I heard a lot about pixmap-engine. Is it a downloadable engine, or available with standard GTK package itself. Thanks Deekshit M --- Carlo Agrusti [EMAIL PROTECTED] wrote: Deekshit M ha scritto lo scorso 19/06/2005 20:17: Hi all, I wanted to know how do I add a theme to the

Re: GTK themes on windows

2005-06-20 Thread Deekshit M
Hi , I added the following line in.gtkrc-2.0 include D:/GnuWin32/share/themes/Glossy/gtk-2.0/gtkrc, in C:\Documents and Settings\Myself. IN fact, the file was already existsing. I just removed all the contests and added this line. After that I get an error message The procedure entry point

Re: GTK themes on windows

2005-06-20 Thread Tor Lillqvist
Deekshit M writes: After that I get an error message The procedure entry point g_return_if_fail_warning could not be located in dynamic link library libglib-2.0-0.dll, for any GTK application. My guess is that you are using a theme engine built for GTK+ 2.6 with a GTK+ 2.4 (and GLib 2.4)

Re: GTK themes on windows

2005-06-20 Thread Deekshit M
Yes... That is exactly the problem. I replaced the exsiting engine dll files with the one from 2.4 and everything is fine now. Thank you very much Deekshit M --- Tor Lillqvist [EMAIL PROTECTED] wrote: Deekshit M writes: After that I get an error message The procedure entry point

GTK themes on windows

2005-06-19 Thread Deekshit M
Hi all, I wanted to know how do I add a theme to the windows application, that I am am developing on windows. I could see that, when I change the theme using theme-selector applictaion, the theme for the GTK-demos get changed. But not for my application. So, 1) How to make these thinsg work