From f55c64565cd6b2820652b09cd647581067e4c188 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 31 Dec 1999 02:23:37 +0000 Subject: Ok, the restructuring of ETableItem to compute its size without hacks is Ok, the restructuring of ETableItem to compute its size without hacks is in now. I am feeling better now. 1999-12-30 Miguel de Icaza * e-table-item.c (eti_attach_cell_views): New routine, creates the cell views. (eti_detach_cell_views): Detaches the cell_views from the ETableItem. (eti_realize_cell_views, eti_unrealize_cell_views): Simplified to just do realize/unrealize notification. (eti_add_table_model): Only attach the cells when we have both the table model and the header model. * e-cell.h (ECellClass): Added two new methods: new_view and kill_view which drive the view process (instead of putting that on realize/unrealize). * e-cell.c: Adapt the code to use the new scheme for view instantiation. * e-cell-text.c, e-cell-toggle.c: Adapted to the new class changes. svn path=/trunk/; revision=1523 --- widgets/e-table.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'widgets/e-table.h') diff --git a/widgets/e-table.h b/widgets/e-table.h index e2a5a3e9d5..63c131324f 100644 --- a/widgets/e-table.h +++ b/widgets/e-table.h @@ -30,11 +30,6 @@ typedef struct { guint spreadsheet:1; char *group_spec; - - /* - * Used during table generation - */ - int gen_header_width; } ETable; typedef struct { -- cgit v1.2.3