Added "comments" dialog.
[pspp-builds.git] / src / ui / gui / psppire-dialog.h
index 71015f38727399645dd881d3b2670a49e69d7dbb..219a256d3118c73bee149b9f22589d7961586446 100644 (file)
@@ -65,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__ */