From 6db275314597504560f91526e0026b3dbef99cfc Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 13 Mar 2002 22:10:23 +0000 Subject: Added selected_column, focused_column, and unselected_column. 2002-03-13 Christopher James Lahey * e-cell-pixbuf.c, e-cell-pixbuf.h (pixbuf_draw): Added selected_column, focused_column, and unselected_column. svn path=/trunk/; revision=16149 --- widgets/table/e-cell-pixbuf.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'widgets/table/e-cell-pixbuf.h') diff --git a/widgets/table/e-cell-pixbuf.h b/widgets/table/e-cell-pixbuf.h index f89dfc1d1b..938cb84bb4 100644 --- a/widgets/table/e-cell-pixbuf.h +++ b/widgets/table/e-cell-pixbuf.h @@ -36,6 +36,10 @@ typedef struct _ECellPixbufClass ECellPixbufClass; struct _ECellPixbuf { ECell parent; + + int selected_column; + int focused_column; + int unselected_column; }; struct _ECellPixbufClass { -- cgit v1.2.3