Added "comments" dialog.
[pspp-builds.git] / src / ui / gui / psppire-dialog.h
index 17d8b50fd3956b9e8e31e785e20b417f79207bc9..219a256d3118c73bee149b9f22589d7961586446 100644 (file)
 #include <glib-object.h>
 #include <gtk/gtkwindow.h>
 
-#define PSPPIRE_RESPONSE_PASTE 1
 
+#define PSPPIRE_RESPONSE_PASTE 1
+#define PSPPIRE_RESPONSE_GOTO 2
+#define PSPPIRE_RESPONSE_CONTINUE 3
 
 G_BEGIN_DECLS
 
@@ -63,6 +65,18 @@ void           psppire_dialog_close           (PsppireDialog *);
 gint           psppire_dialog_run             (PsppireDialog *);
 
 
+GType psppire_orientation_get_type (void);
+
+
+typedef enum
+  {
+    PSPPIRE_HORIZONTAL,
+    PSPPIRE_VERTICAL
+  } PsppireOrientation;
+
+#define G_TYPE_PSPPIRE_ORIENTATION (psppire_orientation_get_type ())
+
+
 G_END_DECLS
 
 #endif /* __PSPPIRE_DIALOG_H__ */