aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-selection-model-array.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-selection-model-array.h')
-rw-r--r--widgets/misc/e-selection-model-array.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/misc/e-selection-model-array.h b/widgets/misc/e-selection-model-array.h
index cf336eebb7..805f331e88 100644
--- a/widgets/misc/e-selection-model-array.h
+++ b/widgets/misc/e-selection-model-array.h
@@ -50,6 +50,15 @@ typedef struct {
guint model_changed_id;
guint model_row_inserted_id, model_row_deleted_id;
+ /* Anything other than -1 means that the selection is a single
+ * row. This being -1 does not impart any information. */
+ gint selected_row;
+ /* Anything other than -1 means that the selection is a all
+ * rows between selection_start_path and cursor_path where
+ * selected_range_end is the rwo number of cursor_path. This
+ * being -1 does not impart any information. */
+ gint selected_range_end;
+
guint frozen : 1;
guint selection_model_changed : 1;
guint group_info_changed : 1;