aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-specification.h
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-specification.h
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-specification.h')
-rw-r--r--widgets/table/e-table-specification.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-specification.h b/widgets/table/e-table-specification.h
index 10f3b1c785..7c73936079 100644
--- a/widgets/table/e-table-specification.h
+++ b/widgets/table/e-table-specification.h
@@ -24,6 +24,7 @@ typedef struct {
guint click_to_add : 1;
guint draw_grid : 1;
guint draw_focus : 1;
+ guint horizontal_scrolling : 1;
GtkSelectionMode selection_mode;
ETableCursorMode cursor_mode;