aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-header.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-03-13 05:24:34 +0800
committerChris Lahey <clahey@src.gnome.org>2002-03-13 05:24:34 +0800
commitd882e4e420f7d65301aded0e8b4082c666da2e5b (patch)
tree60e77289fc4125f3b31b9672e154b5d491f8507a /widgets/table/e-table-header.h
parentfff110978aa79dcde9654c8386eb828b1c752c63 (diff)
downloadgsoc2013-evolution-d882e4e420f7d65301aded0e8b4082c666da2e5b.tar
gsoc2013-evolution-d882e4e420f7d65301aded0e8b4082c666da2e5b.tar.gz
gsoc2013-evolution-d882e4e420f7d65301aded0e8b4082c666da2e5b.tar.bz2
gsoc2013-evolution-d882e4e420f7d65301aded0e8b4082c666da2e5b.tar.lz
gsoc2013-evolution-d882e4e420f7d65301aded0e8b4082c666da2e5b.tar.xz
gsoc2013-evolution-d882e4e420f7d65301aded0e8b4082c666da2e5b.tar.zst
gsoc2013-evolution-d882e4e420f7d65301aded0e8b4082c666da2e5b.zip
Give the correct height to the subcells instead of overlapping them.
2002-03-12 Christopher James Lahey <clahey@ximian.com> * e-cell-vbox.c (ecv_draw): Give the correct height to the subcells instead of overlapping them. * e-table-header.c, e-table-header.h (e_table_header_move, eth_calc_widths): Emit the dimension_changed signal with the width of the header. * e-table-memory-store.c (duplicate_value, etms_free_value): Handle NULL pixbufs here. * e-table.c, e-table.h: Connect to the dimension_changed signal and call set_header_width. Did a bit of refactoring here. svn path=/trunk/; revision=16128
Diffstat (limited to 'widgets/table/e-table-header.h')
-rw-r--r--widgets/table/e-table-header.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-header.h b/widgets/table/e-table-header.h
index 6bde250b91..355618b5a6 100644
--- a/widgets/table/e-table-header.h
+++ b/widgets/table/e-table-header.h
@@ -66,7 +66,7 @@ typedef struct {
GtkObjectClass parent_class;
void (*structure_change) (ETableHeader *eth);
- void (*dimension_change) (ETableHeader *eth, int col);
+ void (*dimension_change) (ETableHeader *eth, int width);
void (*expansion_change) (ETableHeader *eth);
int (*request_width) (ETableHeader *eth, int col);
} ETableHeaderClass;