Added psppire-dialog and psppire-buttonbox widgets.
[pspp] / src / ui / gui / data-editor.h
index d0c6d0905c39864387b82ec34c25f5a0c6c9b4ac..67784021d8c3e0f9b576a515708caf323e697b3f 100644 (file)
@@ -1,6 +1,6 @@
 /*
     PSPPIRE --- A Graphical User Interface for PSPP
-    Copyright (C) 2006  Free Software Foundation
+    Copyright (C) 2006, 2007  Free Software Foundation
 
     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
@@ -28,6 +28,7 @@
 struct data_editor
 {
   struct editor_window parent;
+  GtkAction *invoke_weight_cases_dialog;
   GladeXML *xml;
 };
 
@@ -38,7 +39,7 @@ void new_data_window (GtkMenuItem *, gpointer);
 
 void open_data_window (GtkMenuItem *, gpointer);
 
-void data_editor_select_sheet(struct data_editor *de, gint page);
+void data_editor_select_sheet (struct data_editor *de, gint page);
 
 
 #endif