summaryrefslogtreecommitdiff
path: root/tests/testtreeedit.c
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-11-19 21:18:22 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-11-19 21:18:22 +0000
commit94a097ef5d8aa475fdb38b1cdade87e72d068d8d (patch)
treefbcb5b4a8681899da6986157c073319910615dd9 /tests/testtreeedit.c
parent650e82680a70721eca9a2f176f6fbd1824a3eb05 (diff)
downloadgtk+-94a097ef5d8aa475fdb38b1cdade87e72d068d8d.tar.gz
Add a "resizable" property, to get rid of the
Mon Nov 19 15:30:51 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a "resizable" property, to get rid of the GTK_TREE_VIEW_COLUMN_RESIZABLE sizing flag. (gtk_tree_view_column_set_resizable): New function to set resizable. (gtk_tree_view_column_set_resizable): getter. * tests/testtreecolumns.c (add_clicked): modify for above change. * Makefile.am (install-data-hook): remove old .pc files before installing the new one. We used to symlink this, and it will break old installs.
Diffstat (limited to 'tests/testtreeedit.c')
-rw-r--r--tests/testtreeedit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testtreeedit.c b/tests/testtreeedit.c
index c9f5950629..f91c0b2b8b 100644
--- a/tests/testtreeedit.c
+++ b/tests/testtreeedit.c
@@ -121,7 +121,6 @@ main (gint argc, gchar **argv)
g_object_set (G_OBJECT (renderer),
"xalign", 0.0,
- "mode", GTK_CELL_RENDERER_MODE_ACTIVATABLE,
NULL);
gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (tree_view),
-1, "Editable",