summaryrefslogtreecommitdiff
path: root/gtk/gtkcellview.h
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-05-27 03:31:17 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-05-27 03:31:17 +0000
commit310fd268e7498582755fd21bcf5428794a832bc0 (patch)
tree9323eafee5beacd4743fd73599b1a82a11658958 /gtk/gtkcellview.h
parent7c200f8a9c9985c483f6293d79d8b4192e2e6a4a (diff)
downloadgtk+-310fd268e7498582755fd21bcf5428794a832bc0.tar.gz
Support insensitive cells in tree views and combo boxes.
Diffstat (limited to 'gtk/gtkcellview.h')
-rw-r--r--gtk/gtkcellview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkcellview.h b/gtk/gtkcellview.h
index 5212b351a5..844d505f80 100644
--- a/gtk/gtkcellview.h
+++ b/gtk/gtkcellview.h
@@ -76,6 +76,8 @@ gboolean gtk_cell_view_get_size_of_row (GtkCellView *cell_v
void gtk_cell_view_set_background_color (GtkCellView *cell_view,
const GdkColor *color);
+void gtk_cell_view_set_cell_data (GtkCellView *cellview);
+GList *gtk_cell_view_get_cell_renderers (GtkCellView *cellview);
G_END_DECLS