aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-pixbuf.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-03-14 06:10:23 +0800
committerChris Lahey <clahey@src.gnome.org>2002-03-14 06:10:23 +0800
commit6db275314597504560f91526e0026b3dbef99cfc (patch)
treec8135b45dab57a07ff866fa57f4b1fd570d0860b /widgets/table/e-cell-pixbuf.h
parent7e221fcca97b3afa44c67b45df905c61654d7b8c (diff)
downloadgsoc2013-evolution-6db275314597504560f91526e0026b3dbef99cfc.tar
gsoc2013-evolution-6db275314597504560f91526e0026b3dbef99cfc.tar.gz
gsoc2013-evolution-6db275314597504560f91526e0026b3dbef99cfc.tar.bz2
gsoc2013-evolution-6db275314597504560f91526e0026b3dbef99cfc.tar.lz
gsoc2013-evolution-6db275314597504560f91526e0026b3dbef99cfc.tar.xz
gsoc2013-evolution-6db275314597504560f91526e0026b3dbef99cfc.tar.zst
gsoc2013-evolution-6db275314597504560f91526e0026b3dbef99cfc.zip
Added selected_column, focused_column, and unselected_column.
2002-03-13 Christopher James Lahey <clahey@ximian.com> * e-cell-pixbuf.c, e-cell-pixbuf.h (pixbuf_draw): Added selected_column, focused_column, and unselected_column. svn path=/trunk/; revision=16149
Diffstat (limited to 'widgets/table/e-cell-pixbuf.h')
-rw-r--r--widgets/table/e-cell-pixbuf.h4
1 files changed, 4 insertions, 0 deletions
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 {