Compare widget names as GQuarks in style matching.

This commit is contained in:
Carlos Garnacho
2010-08-04 13:11:50 +02:00
parent 09d8592b5b
commit 56e4ffabea
3 changed files with 50 additions and 19 deletions

View File

@ -44,11 +44,17 @@ void gtk_widget_path_iter_set_widget_type (GtkWidgetPath *p
guint pos,
GType type);
G_CONST_RETURN gchar * gtk_widget_path_iter_get_name (const GtkWidgetPath *path,
guint pos);
void gtk_widget_path_iter_set_name (GtkWidgetPath *path,
guint pos,
const gchar *name);
G_CONST_RETURN gchar * gtk_widget_path_iter_get_name (const GtkWidgetPath *path,
guint pos);
void gtk_widget_path_iter_set_name (GtkWidgetPath *path,
guint pos,
const gchar *name);
gboolean gtk_widget_path_iter_has_name (const GtkWidgetPath *path,
guint pos,
const gchar *name);
gboolean gtk_widget_path_iter_has_qname (const GtkWidgetPath *path,
guint pos,
GQuark qname);
void gtk_widget_path_iter_add_region (GtkWidgetPath *path,
guint pos,