aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-tooltip.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-04-16 10:12:44 +0800
committerChris Lahey <clahey@src.gnome.org>2001-04-16 10:12:44 +0800
commitbf3357b91ec240f3d325df8d9e9ffea98c796ea8 (patch)
tree60084f4a63df1dfa3ec6dcac88c3c7be91c3ff56 /widgets/table/e-table-tooltip.h
parent17bc3ae168964c0d60aa3ab38c2d2db50f01b4fa (diff)
downloadgsoc2013-evolution-bf3357b91ec240f3d325df8d9e9ffea98c796ea8.tar
gsoc2013-evolution-bf3357b91ec240f3d325df8d9e9ffea98c796ea8.tar.gz
gsoc2013-evolution-bf3357b91ec240f3d325df8d9e9ffea98c796ea8.tar.bz2
gsoc2013-evolution-bf3357b91ec240f3d325df8d9e9ffea98c796ea8.tar.lz
gsoc2013-evolution-bf3357b91ec240f3d325df8d9e9ffea98c796ea8.tar.xz
gsoc2013-evolution-bf3357b91ec240f3d325df8d9e9ffea98c796ea8.tar.zst
gsoc2013-evolution-bf3357b91ec240f3d325df8d9e9ffea98c796ea8.zip
Set the background color to the specified tooltip->background. Set the
2001-04-15 Christopher James Lahey <clahey@ximian.com> * e-cell-text.c (ect_show_tooltip): Set the background color to the specified tooltip->background. Set the foreground color to the specified tooltip->foreground. * e-table-item.c (eti_get_cell_background_color, eti_get_cell_foreground_color): Added these functions. (eti_draw, _do_tooltip): Use these new functions. * e-table-tooltip.h: Added foreground and background colors to this structure. * e-tree.c, e-tree.h (e_tree_get_tooltip): Added this function. svn path=/trunk/; revision=9338
Diffstat (limited to 'widgets/table/e-table-tooltip.h')
-rw-r--r--widgets/table/e-table-tooltip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table-tooltip.h b/widgets/table/e-table-tooltip.h
index 617a0e3b55..259d6398db 100644
--- a/widgets/table/e-table-tooltip.h
+++ b/widgets/table/e-table-tooltip.h
@@ -12,6 +12,8 @@ typedef struct {
int row_height;
int x, y;
int cx, cy;
+ GdkColor *foreground;
+ GdkColor *background;
GnomeCanvasItem *eti;
} ETableTooltip;