diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-04-15 21:03:26 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-04-15 21:03:26 +0800 |
commit | 61353c59dcb175818ce98d9b4c7706026edbf395 (patch) | |
tree | b9c9d631572c6ab9a1a5e7d1f078b2b5b379c639 /widgets/table/e-table-tooltip.h | |
parent | 15541de2db8a7475e33c439e5640d9b89559a176 (diff) | |
download | gsoc2013-evolution-61353c59dcb175818ce98d9b4c7706026edbf395.tar gsoc2013-evolution-61353c59dcb175818ce98d9b4c7706026edbf395.tar.gz gsoc2013-evolution-61353c59dcb175818ce98d9b4c7706026edbf395.tar.bz2 gsoc2013-evolution-61353c59dcb175818ce98d9b4c7706026edbf395.tar.lz gsoc2013-evolution-61353c59dcb175818ce98d9b4c7706026edbf395.tar.xz gsoc2013-evolution-61353c59dcb175818ce98d9b4c7706026edbf395.tar.zst gsoc2013-evolution-61353c59dcb175818ce98d9b4c7706026edbf395.zip |
Set "bold" argument on created tooltip. Adjusted position of displayed
2001-04-15 Christopher James Lahey <clahey@ximian.com>
* e-cell-text.c (ect_show_tooltip): Set "bold" argument on created
tooltip. Adjusted position of displayed tooltip.
* e-cell-tree.c (offset_of_node): Changed it so that this function
handles knowing whether on not to indent non expandable first
level nodes. This makes things more consistent.
* e-table-item.c (eti_realize): Cleaned up the ETableItem code to
properly hide tooltips when going off the screen.
* e-table-tooltip.h: Added a visibility_count field to ETableTooltip.
svn path=/trunk/; revision=9320
Diffstat (limited to 'widgets/table/e-table-tooltip.h')
-rw-r--r-- | widgets/table/e-table-tooltip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-tooltip.h b/widgets/table/e-table-tooltip.h index 3a100af5ab..e9c8921933 100644 --- a/widgets/table/e-table-tooltip.h +++ b/widgets/table/e-table-tooltip.h @@ -13,6 +13,7 @@ typedef struct { int row_height; int x, y; int cx, cy; + int visibility_count; GnomeCanvasItem *eti; } ETableTooltip; |