From 84dc532fd9b4cffedbb4dfc33a9513f8b443a857 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 30 Oct 2001 07:25:22 +0000 Subject: Bumped the version number here to 0.15.99.9. 2001-10-30 Christopher James Lahey * configure.in: Bumped the version number here to 0.15.99.9. From gal/e-table/ChangeLog: 2001-10-30 Christopher James Lahey * 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 --- widgets/table/e-cell.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/table/e-cell.h') 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 { -- cgit v1.2.3