aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-popup.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-popup.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-popup.h')
-rw-r--r--widgets/table/e-cell-popup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-cell-popup.h b/widgets/table/e-cell-popup.h
index c2f19bad00..9deaac4a01 100644
--- a/widgets/table/e-cell-popup.h
+++ b/widgets/table/e-cell-popup.h
@@ -70,7 +70,7 @@ typedef struct {
ECellClass parent_class;
/* Virtual function for subclasses to override. */
- gint (*popup) (ECellPopup *ecp, GdkEvent *event);
+ gint (*popup) (ECellPopup *ecp, GdkEvent *event, int row, int view_col);
} ECellPopupClass;