hapyfishrmn
hapyfishrmn

Reputation: 177

GTK on Windows Engines & Theme help

I have been trying to learn about GTK engines and themes. I have looked around for tutorials on how to use under windows, but for some reason I don't understand. I have read these to help as guidlines:

orford.org/gtk/

live.gnome.org/GnomeArt/Tutorials/GtkThemes

www.gtk.org/~otaylor/gtk/2.0/theme-engines.html

I do not understand what to do with the engines and the gtkrc file that I have grabbed from examples. I have read that I am supposed to download themes & engines from Alexander Shaduri's gtk-win project, and copy the engine dll to "\GTK\lib\gtk-2.0\2.10.0\engines". But that is a far as I understand. Can someone break this down into more basic pieces.

Thanks

hap

Upvotes: 2

Views: 1292

Answers (1)

Ivarpoiss
Ivarpoiss

Reputation: 1035

I have never read anything on this topic, but I guess theme engines are just some kind of renderers that provide certain styling techniques that some themes may depend on.

So... put your engine dll-s to "lib\gtk-2.0\2.10.0\engines" and your themes to "share\themes".

Then you can select a theme in "etc\gtk-2.0\gtkrc" by setting "gtk-theme-name" to the name of your theme, like gtk-theme-name = "MS-Windows".

http://anirudhsasikumar.net/blog/2005.04.16.html

Upvotes: 1

Related Questions