]> Pileus Git - ~andy/gtk/commit
Add GtkThemingEngine.
authorCarlos Garnacho <carlosg@gnome.org>
Sat, 13 Mar 2010 10:23:23 +0000 (11:23 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:36:52 +0000 (15:36 +0100)
commit57be029b15769dea10a281db6c6590ed902b4bfb
tree972707df0bdcd4a2841f7b28bb75afd0786693e7
parentb7e6ae3983b53396b017cfb6dbf22b4a7ad4e149
Add GtkThemingEngine.

GtkThemingEngine will be the theming engines base class, with default
implementations for all paint functions, and readonly access to the
related GtkStyleContext data.
gtk/Makefile.am
gtk/gtk.h
gtk/gtkthemingengine.c [new file with mode: 0644]
gtk/gtkthemingengine.h [new file with mode: 0644]