From 385ccbd512c4c43305dee900f86d0f51f94b1200 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 25 Nov 1999 08:02:13 +0000 Subject: Realize cells. 1999-11-25 Miguel de Icaza * e-table-header-item.c (ethi_realize): Realize cells. * e-table-item.c (eti_header_dim_changed): redraw before and after. * e-table-header-item.c (ethi_event): Add continuous resizing. 1999-11-24 Miguel de Icaza * e-table-subset.h, e-table-subset.c: New files, used to implement subset tables. * e-table-sorted.h, e-table-sorted.c: Now they derive from e-table-subset. * e-cell.c, e-cell.h: realize method now return per view instance data. svn path=/trunk/; revision=1434 --- widgets/e-table/e-table-simple.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'widgets/e-table/e-table-simple.c') diff --git a/widgets/e-table/e-table-simple.c b/widgets/e-table/e-table-simple.c index 32f7145bc6..b23cda1220 100644 --- a/widgets/e-table/e-table-simple.c +++ b/widgets/e-table/e-table-simple.c @@ -12,6 +12,8 @@ #include #include "e-table-simple.h" +#define PARENT_TYPE e_table_model_get_type() + static int simple_column_count (ETableModel *etm) { @@ -99,7 +101,7 @@ e_table_simple_get_type (void) (GtkClassInitFunc) NULL }; - type = gtk_type_unique (e_table_model_get_type (), &info); + type = gtk_type_unique (PARENT_TYPE, &info); } return type; -- cgit v1.2.3