output: Add overview pane to GUI output window.
[pspp-builds.git] / src / ui / gui / psppire-output-window.h
index 5cb2528e08a6d9defbe8bcb2a6a435c17542129d..ed06da91a91af9fa2dc927d21c491f42431a65b6 100644 (file)
@@ -54,6 +54,10 @@ struct _PsppireOutputWindow
   GtkLayout *output;
   int max_width;
   int y;
+
+  GtkTreeView *overview;
+  int last_table_num;
+  GtkTreeIter last_top_level;
 };
 
 struct _PsppireOutputWindowClass