aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-scrolled.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-02-14 04:23:44 +0800
committerChris Lahey <clahey@src.gnome.org>2001-02-14 04:23:44 +0800
commit0e900049a815c3e6b4c6ab4cad874792270dc5ae (patch)
tree4adaeee75049d127ec080c6e8268a55f62d8cbd5 /widgets/table/e-table-scrolled.c
parent9aca6f5902c78f98cda7fe79d699e288c3bc9ad0 (diff)
downloadgsoc2013-evolution-0e900049a815c3e6b4c6ab4cad874792270dc5ae.tar
gsoc2013-evolution-0e900049a815c3e6b4c6ab4cad874792270dc5ae.tar.gz
gsoc2013-evolution-0e900049a815c3e6b4c6ab4cad874792270dc5ae.tar.bz2
gsoc2013-evolution-0e900049a815c3e6b4c6ab4cad874792270dc5ae.tar.lz
gsoc2013-evolution-0e900049a815c3e6b4c6ab4cad874792270dc5ae.tar.xz
gsoc2013-evolution-0e900049a815c3e6b4c6ab4cad874792270dc5ae.tar.zst
gsoc2013-evolution-0e900049a815c3e6b4c6ab4cad874792270dc5ae.zip
Set policy of scrolled window to be automatic/automatic.
2001-02-13 Christopher James Lahey <clahey@ximian.com> * e-table-scrolled.c (e_table_scrolled_real_construct): Set policy of scrolled window to be automatic/automatic. * e-table-specification.c, e-table-specification.h (etsp_init): Added a horizontal-scrolling attribute. svn path=/trunk/; revision=8208
Diffstat (limited to 'widgets/table/e-table-scrolled.c')
-rw-r--r--widgets/table/e-table-scrolled.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/widgets/table/e-table-scrolled.c b/widgets/table/e-table-scrolled.c
index 221ebdf6cb..cd816a678c 100644
--- a/widgets/table/e-table-scrolled.c
+++ b/widgets/table/e-table-scrolled.c
@@ -52,12 +52,6 @@ e_table_scrolled_init (GtkObject *object)
static void
e_table_scrolled_real_construct (ETableScrolled *ets)
{
- gtk_object_set(GTK_OBJECT(ets),
- "shadow_type", GTK_SHADOW_IN,
- "hscrollbar_policy", GTK_POLICY_NEVER,
- "vscrollbar_policy", GTK_POLICY_AUTOMATIC,
- NULL);
-
gtk_container_add(GTK_CONTAINER(ets), GTK_WIDGET(ets->table));
gtk_widget_show(GTK_WIDGET(ets->table));