gui: clipboard CUT and COPY store same data with/without label
[pspp] / src / ui / gui / psppire-data-editor.h
index a5152bb759cbb2ea47fc362b1cc5d1321d45a0fc..7da33113331af1451ba7b34a2be3e52d262d0eb1 100644 (file)
@@ -70,6 +70,7 @@ struct _PsppireDataEditor
   GtkWidget *datum_entry;      /* PsppireValueEntry for editing current cell. */
 
   gboolean split;              /* True if the sheets are in split view. */
+  gboolean use_value_labels;   /* True if labels instead of data are shown. */
 };
 
 struct _PsppireDataEditorClass