aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-header.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-02-14 07:15:13 +0800
committerChris Lahey <clahey@src.gnome.org>2001-02-14 07:15:13 +0800
commitd4be90f9b25a398cafa91adec4098847ee4198cf (patch)
treedfbf85264f01cec237ab2785166f9446be124680 /widgets/table/e-table-header.h
parent6e67c20da8be56717c25807b65af8c8723e7e78c (diff)
downloadgsoc2013-evolution-d4be90f9b25a398cafa91adec4098847ee4198cf.tar
gsoc2013-evolution-d4be90f9b25a398cafa91adec4098847ee4198cf.tar.gz
gsoc2013-evolution-d4be90f9b25a398cafa91adec4098847ee4198cf.tar.bz2
gsoc2013-evolution-d4be90f9b25a398cafa91adec4098847ee4198cf.tar.lz
gsoc2013-evolution-d4be90f9b25a398cafa91adec4098847ee4198cf.tar.xz
gsoc2013-evolution-d4be90f9b25a398cafa91adec4098847ee4198cf.tar.zst
gsoc2013-evolution-d4be90f9b25a398cafa91adec4098847ee4198cf.zip
This new function updates the minimum width of all of the columns based on
2001-02-13 Christopher James Lahey <clahey@ximian.com> * e-table-header.c, e-table-header.h (e_table_header_update_horizontal): This new function updates the minimum width of all of the columns based on the data contained in that column. * e-table.c, e-table.h (changed_idle): Added a horizontal_scrolling field. Call e_table_header_update_horizontal if the model changes at all and horizontal_scrolling is set to TRUE. svn path=/trunk/; revision=8214
Diffstat (limited to 'widgets/table/e-table-header.h')
-rw-r--r--widgets/table/e-table-header.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-header.h b/widgets/table/e-table-header.h
index 6476c25d47..92ee20c731 100644
--- a/widgets/table/e-table-header.h
+++ b/widgets/table/e-table-header.h
@@ -79,6 +79,7 @@ int e_table_header_col_diff (ETableHeader *eth,
void e_table_header_calc_widths (ETableHeader *eth);
GList *e_table_header_get_selected_indexes (ETableHeader *eth);
+void e_table_header_update_horizontal (ETableHeader *eth);
#endif /* _E_TABLE_HEADER_H_ */