Add new popup menu to the dictionary view widget
[pspp] / src / ui / gui / psppire-dictview.h
index 9855bb94d70952f7d21507ab7d66ae461add6f79..bb6016dd9437411a1f8015dbdd1a6a3b17d693a5 100644 (file)
@@ -54,6 +54,8 @@ struct _PsppireDictView
   gboolean prefer_labels_override;
   GtkWidget *override_button;
   GtkTreeModel *sorted_model;
+  const struct variable *var_under_cursor;
+  GtkWidget *var_info_check;
 };
 
 struct _PsppireDictViewClass