Translate the contents of frequencies and descriptives checkbox treeviews
[pspp] / src / ui / gui / psppire-output-window.h
index 16752b14f4d79164c000948de2fbb4f49d928c51..95deed93fec542dbd9bb8ee891fb4c2a289f6260 100644 (file)
@@ -58,8 +58,11 @@ struct _PsppireOutputWindow
   int y;
 
   GtkTreeView *overview;
-  int last_table_num;
-  GtkTreeIter last_top_level;
+  GtkTreeIter cur_command;
+  bool in_command;
+
+  struct output_item **items;
+  size_t n_items, allocated_items;
 };
 
 struct _PsppireOutputWindowClass