aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-group-leaf.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-group-leaf.h')
-rw-r--r--widgets/table/e-table-group-leaf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/table/e-table-group-leaf.h b/widgets/table/e-table-group-leaf.h
index de6a63013b..d6c0406a60 100644
--- a/widgets/table/e-table-group-leaf.h
+++ b/widgets/table/e-table-group-leaf.h
@@ -38,6 +38,13 @@ typedef struct {
guint draw_focus : 1;
ECursorMode cursor_mode;
+ int etgl_cursor_change_id;
+ int etgl_cursor_activated_id;
+ int etgl_double_click_id;
+ int etgl_right_click_id;
+ int etgl_click_id;
+ int etgl_key_press_id;
+
ESelectionModel *selection_model;
} ETableGroupLeaf;