aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-header.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-12-14 06:34:36 +0800
committerChris Lahey <clahey@src.gnome.org>2000-12-14 06:34:36 +0800
commita000f7480bacf960f4cb3bdf2ff29e5f1af03f7b (patch)
tree77b32394f38cddec818f9211d56b952ddd0d3812 /widgets/table/e-table-header.h
parentf42cf43320589de1aaecd65f82be8a08ba67b7da (diff)
downloadgsoc2013-evolution-a000f7480bacf960f4cb3bdf2ff29e5f1af03f7b.tar
gsoc2013-evolution-a000f7480bacf960f4cb3bdf2ff29e5f1af03f7b.tar.gz
gsoc2013-evolution-a000f7480bacf960f4cb3bdf2ff29e5f1af03f7b.tar.bz2
gsoc2013-evolution-a000f7480bacf960f4cb3bdf2ff29e5f1af03f7b.tar.lz
gsoc2013-evolution-a000f7480bacf960f4cb3bdf2ff29e5f1af03f7b.tar.xz
gsoc2013-evolution-a000f7480bacf960f4cb3bdf2ff29e5f1af03f7b.tar.zst
gsoc2013-evolution-a000f7480bacf960f4cb3bdf2ff29e5f1af03f7b.zip
New function to calculate the extra pixels per column header.
2000-12-13 Christopher James Lahey <clahey@helixcode.com> * e-table-header-utils.c, e-table-header-utils.h (e_table_header_width_extras): New function to calculate the extra pixels per column header. * e-table-header.c, e-table-header.h: Added a "width_extras" argument which is used to calculate the correct minimum widths for each column header after adding padding. * e-table-item.c (_do_tooltip): Destroy the old tooltip window when creating the new one. (eti_event): Destroy the old tooltip window if the person presses a key. Don't handle the tab key. * e-table.c (et_state_to_header): Set the ETableHeader's width_extras argument. svn path=/trunk/; revision=6978
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 2c2b6266c1..34d79e6b11 100644
--- a/widgets/table/e-table-header.h
+++ b/widgets/table/e-table-header.h
@@ -24,6 +24,7 @@ struct _ETableHeader {
int col_count;
int width;
int nominal_width;
+ int width_extras;
ETableSortInfo *sort_info;
int sort_info_group_change_id;