aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-selection-model.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-selection-model.h')
-rw-r--r--widgets/table/e-table-selection-model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-selection-model.h b/widgets/table/e-table-selection-model.h
index f1d1d0cf45..2761301747 100644
--- a/widgets/table/e-table-selection-model.h
+++ b/widgets/table/e-table-selection-model.h
@@ -44,6 +44,7 @@ typedef struct {
*/
void (*cursor_changed) (ETableSelectionModel *selection, int row, int col);
+ void (*cursor_activated) (ETableSelectionModel *selection, int row, int col);
void (*selection_changed) (ETableSelectionModel *selection);
} ETableSelectionModelClass;