aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-group.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-group.h')
-rw-r--r--widgets/table/e-table-group.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/widgets/table/e-table-group.h b/widgets/table/e-table-group.h
index f9de386ff7..1791d08aee 100644
--- a/widgets/table/e-table-group.h
+++ b/widgets/table/e-table-group.h
@@ -46,7 +46,7 @@ typedef struct {
/* Signals */
void (*cursor_change) (ETableGroup *etg, int row);
- void (*double_click) (ETableGroup *etg, int row);
+ void (*double_click) (ETableGroup *etg, int row, int col, GdkEvent *event);
gint (*right_click) (ETableGroup *etg, int row, int col, GdkEvent *event);
gint (*click) (ETableGroup *etg, int row, int col, GdkEvent *event);
gint (*key_press) (ETableGroup *etg, int row, int col, GdkEvent *event);
@@ -117,7 +117,9 @@ void e_table_group_construct (GnomeCanvasGroup *parent,
void e_table_group_cursor_change (ETableGroup *etg,
gint row);
void e_table_group_double_click (ETableGroup *etg,
- gint row);
+ gint row,
+ gint col,
+ GdkEvent *event);
gint e_table_group_right_click (ETableGroup *etg,
gint row,
gint col,