Implemented the recode dialogs.
[pspp-builds.git] / src / ui / gui / psppire-dialog.h
index bd51a4c40da9b4ec3ebf963526121f09453a627a..05215ce984e2b14bd332aad5bb02f86ffd25d2ef 100644 (file)
@@ -70,6 +70,8 @@ gint           psppire_dialog_run             (PsppireDialog *);
 void           psppire_dialog_set_valid_predicate (PsppireDialog *,
                                                   ContentsAreValid,
                                                   gpointer );
+void           psppire_dialog_notify_change (PsppireDialog *);
+
 
 
 GType psppire_orientation_get_type (void);
@@ -78,7 +80,8 @@ GType psppire_orientation_get_type (void);
 typedef enum
   {
     PSPPIRE_HORIZONTAL,
-    PSPPIRE_VERTICAL
+    PSPPIRE_VERTICAL,
+    PSPPIRE_TABULAR
   } PsppireOrientation;
 
 #define G_TYPE_PSPPIRE_ORIENTATION (psppire_orientation_get_type ())