Re: GTK+ 2.12.6 and wimp

2008-02-11 Thread Tor Lillqvist
  Oddly, libwimp.dll is in lib/gtk-2.0/2.10.0/engines.

Nothing odd with that. That is where it should be. The 2.0 refers to
GTK 2 in general, and the 2.10.0 refers to the version of the GTK
module API.

  Adding that directory to PATH does not help,

Don't to that, it's pointless.

 neither does renaming 2.10.0 to 2.12.6.

Doing that will certainly prevent the theme engine from being found.

  Have I overseen a configuration step,

Did you expect the wimp theme to automatically get used? It won't.
You need to either put the line

gtk-theme-name = MS-Windows

in your gtkrc file (either .gtkrc-2.0) in your home (profile)
folder, or etc/gtk-2.0/gtkrc in the GTK+ installation folder), or call
some suitable GTK function from your application for the same effect.

--tml
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: GTK+ 2.12.6 and wimp

2008-02-11 Thread Bastiaan Veelo
Tor Lillqvist wrote:
 Did you expect the wimp theme to automatically get used?

Yes, I have previously used an installer to get the runtime for 2.10, 
which probably took care of it.

 You need to either put the line

 gtk-theme-name = MS-Windows

 in your gtkrc file

Thanks, this works. Should I have read this somewhere? Otherwise this 
info may be worth having on http://www.gtk.org/download-windows.html.

Bastiaan.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


GTK+ 2.12.6 and wimp

2008-02-10 Thread Bastiaan Veelo
Hi,

I installed version 2.12.6 on Windows according to 
http://www.gtk.org/download-windows.html, but I cannot get the wimp 
theme enigne to load -- all is in the default GTK theme. The archives 
have been unpacked in the same directory, and the bin subdirectory has 
been added to the PATH environment variable.

Oddly, libwimp.dll is in lib/gtk-2.0/2.10.0/engines. Adding that 
directory to PATH does not help, neither does renaming 2.10.0 to 2.12.6.

Have I overseen a configuration step, or is there something wrong with 
the current windows build?

Thanks,
Bastiaan.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list