diff options
author | Miguel de Icaza <miguel@gnu.org> | 2000-02-07 21:08:33 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2000-02-07 21:08:33 +0800 |
commit | 99d71d11328fa1f6d2f0156de63a44142cf99d9c (patch) | |
tree | e9b25df47c42c250819ef9ec8e7dc21309bd6865 /widgets/e-table/ChangeLog | |
parent | dec6d6b0971480b8910c301daa6218abe3f2eee0 (diff) | |
download | gsoc2013-evolution-99d71d11328fa1f6d2f0156de63a44142cf99d9c.tar gsoc2013-evolution-99d71d11328fa1f6d2f0156de63a44142cf99d9c.tar.gz gsoc2013-evolution-99d71d11328fa1f6d2f0156de63a44142cf99d9c.tar.bz2 gsoc2013-evolution-99d71d11328fa1f6d2f0156de63a44142cf99d9c.tar.lz gsoc2013-evolution-99d71d11328fa1f6d2f0156de63a44142cf99d9c.tar.xz gsoc2013-evolution-99d71d11328fa1f6d2f0156de63a44142cf99d9c.tar.zst gsoc2013-evolution-99d71d11328fa1f6d2f0156de63a44142cf99d9c.zip |
Setup the scroll region of the table canvas on size allocation.
2000-02-07 Miguel de Icaza <miguel@gnu.org>
* e-table.c (e_table_setup_table): Setup the scroll region of the
table canvas on size allocation.
(e_table_canvas_realize): Do not set the scrollregion here.
(e_table_canvas_init): Move root initialization here.
svn path=/trunk/; revision=1683
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 58dc500e8d..2796a1033a 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,10 @@ +2000-02-07 Miguel de Icaza <miguel@gnu.org> + + * e-table.c (e_table_setup_table): Setup the scroll region of the + table canvas on size allocation. + (e_table_canvas_realize): Do not set the scrollregion here. + (e_table_canvas_init): Move root initialization here. + 2000-01-30 Miguel de Icaza <miguel@gnu.org> * e-table-simple.c (e_table_simple_new): Add data field back in. |