diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-05-27 03:31:17 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-05-27 03:31:17 +0000 |
commit | 310fd268e7498582755fd21bcf5428794a832bc0 (patch) | |
tree | 9323eafee5beacd4743fd73599b1a82a11658958 /gtk/gtkcellview.h | |
parent | 7c200f8a9c9985c483f6293d79d8b4192e2e6a4a (diff) | |
download | gtk+-310fd268e7498582755fd21bcf5428794a832bc0.tar.gz |
Support insensitive cells in tree views and combo boxes.
Diffstat (limited to 'gtk/gtkcellview.h')
-rw-r--r-- | gtk/gtkcellview.h | 2 |
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 |