aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-10-30 15:25:22 +0800
committerChris Lahey <clahey@src.gnome.org>2001-10-30 15:25:22 +0800
commit84dc532fd9b4cffedbb4dfc33a9513f8b443a857 (patch)
treee6fb46100ff6a2f7419ce6ed16e76d13806db410 /widgets/table/e-cell.h
parent78ac2772b9d2fda8182846cc6585aaf9ca8d2683 (diff)
downloadgsoc2013-evolution-84dc532fd9b4cffedbb4dfc33a9513f8b443a857.tar
gsoc2013-evolution-84dc532fd9b4cffedbb4dfc33a9513f8b443a857.tar.gz
gsoc2013-evolution-84dc532fd9b4cffedbb4dfc33a9513f8b443a857.tar.bz2
gsoc2013-evolution-84dc532fd9b4cffedbb4dfc33a9513f8b443a857.tar.lz
gsoc2013-evolution-84dc532fd9b4cffedbb4dfc33a9513f8b443a857.tar.xz
gsoc2013-evolution-84dc532fd9b4cffedbb4dfc33a9513f8b443a857.tar.zst
gsoc2013-evolution-84dc532fd9b4cffedbb4dfc33a9513f8b443a857.zip
Bumped the version number here to 0.15.99.9.
2001-10-30 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped the version number here to 0.15.99.9. From gal/e-table/ChangeLog: 2001-10-30 Christopher James Lahey <clahey@ximian.com> * e-cell-combo.c: Adapt to the changed popup signature. * e-cell-popup.c, e-cell-popup.h: Changed the behavior here to draw the button whenever we have the cursor. Changed the popup virtual method to pass in the row and column popping up. * e-cell.h: Added an E_CELL_CURSOR flag. * e-table-item.c: Pass in the E_CELL_CURSOR flag to event and draw calls as appropriate. svn path=/trunk/; revision=14439
Diffstat (limited to 'widgets/table/e-cell.h')
-rw-r--r--widgets/table/e-cell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-cell.h b/widgets/table/e-cell.h
index f992c372e4..b5277d657b 100644
--- a/widgets/table/e-cell.h
+++ b/widgets/table/e-cell.h
@@ -53,6 +53,8 @@ typedef enum {
E_CELL_FOCUSED = 1 << 3,
E_CELL_EDITING = 1 << 4,
+
+ E_CELL_CURSOR = 1 << 5,
} ECellFlags;
typedef enum {