Logistical Regression Dialog: Automatically mark appropriate variables as categorical
[pspp] / src / ui / gui / psppire-data-sheet.h
index 9a395a8df30ab2a543b29e1cf7bd0de98ecfa35c..8497e2c1155ff23a5bc5cc1e5b3bdaa76433c5c0 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+   Copyright (C) 2011, 2012, 2013 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -48,9 +48,14 @@ struct _PsppireDataSheet
   gboolean may_create_vars;
   gboolean may_delete_vars;
 
+  gboolean owns_primary_selection;
+
   guint scroll_to_bottom_signal;
   guint scroll_to_right_signal;
 
+  GtkClipboard *clip;
+  guint on_owner_change_signal;
+
   PsppSheetViewColumn *new_variable_column;
 
   GtkBuilder *builder;