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/table-test.c | |
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/table-test.c')
-rw-r--r-- | widgets/e-table/table-test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/e-table/table-test.c b/widgets/e-table/table-test.c index e18f38c5ec..3009297906 100644 --- a/widgets/e-table/table-test.c +++ b/widgets/e-table/table-test.c @@ -31,9 +31,11 @@ main (int argc, char *argv []) gnome_init ("TableTest", "TableTest", argc, argv); e_cursors_init (); +#if 0 table_browser_test (); multi_cols_test (); check_test (); +#endif e_table_test (); gtk_main (); |