diff options
Diffstat (limited to 'widgets/table/e-table-group.h')
-rw-r--r-- | widgets/table/e-table-group.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/table/e-table-group.h b/widgets/table/e-table-group.h index a3afe7f5e1..9a67a7b9d3 100644 --- a/widgets/table/e-table-group.h +++ b/widgets/table/e-table-group.h @@ -48,6 +48,7 @@ typedef struct { void (*cursor_change) (ETableGroup *etg, int row); void (*double_click) (ETableGroup *etg, int row); 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); /* Virtual functions. */ @@ -121,6 +122,10 @@ gint e_table_group_right_click (ETableGroup *etg, gint row, gint col, GdkEvent *event); +gint e_table_group_click (ETableGroup *etg, + gint row, + gint col, + GdkEvent *event); gint e_table_group_key_press (ETableGroup *etg, gint row, gint col, |