]> Pileus Git - ~andy/gtk/commit
Add GtkWidgetPath.
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 12 Mar 2010 17:55:54 +0000 (18:55 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:36:51 +0000 (15:36 +0100)
commit61360dfddfaddaa68e96137e9f9e8881bd3669b3
tree6f33ddf57960520e1aa5520b307c6e86df12077b
parent835cc7049cc9f1f3730d04b05b334a3ca28b6576
Add GtkWidgetPath.

GtkWidgetPath represents a widget path. It will mainly used by theming
engines to know detail about the widget hierarchy without actually
accessing the widget.
gtk/Makefile.am
gtk/gtk.h
gtk/gtkwidgetpath.c [new file with mode: 0644]
gtk/gtkwidgetpath.h [new file with mode: 0644]