Re: GTK+ 2.12.6 and wimp



 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]