summaryrefslogtreecommitdiff
path: root/gtk/gtkcellarea.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-05-08 14:06:03 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-05-08 14:09:04 -0400
commitf4d02bd9c18516e3ef4b32bae072e37822bdcd5e (patch)
tree36e82cf11b6e96d15ff132190185b0d234e12a0d /gtk/gtkcellarea.h
parentc813765430c7fa69d9fe44ecb414532e44e723b0 (diff)
downloadgtk+-f4d02bd9c18516e3ef4b32bae072e37822bdcd5e.tar.gz
GtkCellArea: allow finding attributes at runtime
This will allow e.g. GtkInspector to display attribute mappings. http://bugzilla.gnome.org/show_bug.cgi?id=729817
Diffstat (limited to 'gtk/gtkcellarea.h')
-rw-r--r--gtk/gtkcellarea.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtkcellarea.h b/gtk/gtkcellarea.h
index eaa63732a7..854e32f148 100644
--- a/gtk/gtkcellarea.h
+++ b/gtk/gtkcellarea.h
@@ -388,6 +388,11 @@ GDK_AVAILABLE_IN_ALL
void gtk_cell_area_attribute_disconnect (GtkCellArea *area,
GtkCellRenderer *renderer,
const gchar *attribute);
+GDK_AVAILABLE_IN_3_14
+gint gtk_cell_area_attribute_get_column (GtkCellArea *area,
+ GtkCellRenderer *renderer,
+ const gchar *attribute);
+
/* Cell Properties */
GDK_AVAILABLE_IN_ALL