diff options
author | Iain Holmes <ih@csd.abdn.ac.uk> | 2000-04-24 04:16:37 +0800 |
---|---|---|
committer | iholmes <iholmes@localhost> | 2000-04-24 04:16:37 +0800 |
commit | bfef6be0fc6a571c6e229ea546a216a662df78f4 (patch) | |
tree | 5a4f7dda81b2d2e30d66363b5f8a483697a548e8 /widgets/e-table/ChangeLog | |
parent | 49c2cb5af1a58b24fc08d2ce351307a4cfad96f5 (diff) | |
download | gsoc2013-evolution-bfef6be0fc6a571c6e229ea546a216a662df78f4.tar gsoc2013-evolution-bfef6be0fc6a571c6e229ea546a216a662df78f4.tar.gz gsoc2013-evolution-bfef6be0fc6a571c6e229ea546a216a662df78f4.tar.bz2 gsoc2013-evolution-bfef6be0fc6a571c6e229ea546a216a662df78f4.tar.lz gsoc2013-evolution-bfef6be0fc6a571c6e229ea546a216a662df78f4.tar.xz gsoc2013-evolution-bfef6be0fc6a571c6e229ea546a216a662df78f4.tar.zst gsoc2013-evolution-bfef6be0fc6a571c6e229ea546a216a662df78f4.zip |
Calculate the width of the table from the width of all the columns, and
2000-04-23 Iain Holmes <ih@csd.abdn.ac.uk>
* e-table-item.c (eti_bounds): Calculate the width of the table from the
width of all the columns, and update the eti->width field as appropiate.
(eti_update): Update the bbox.
svn path=/trunk/; revision=2572
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 5e247bf5b5..0d1d829be1 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,9 @@ +2000-04-23 Iain Holmes <ih@csd.abdn.ac.uk> + + * e-table-item.c (eti_bounds): Calculate the width of the table from the + width of all the columns, and update the eti->width field as appropiate. + (eti_update): Update the bbox. + 2000-04-17 Chris Toshok <toshok@helixcode.com> * Makefile.am (noinst_PROGRAMS): add table-size-test |