added .gitattributes file such that lexer.at shows diff
[pspp] / src / ui / gui / psppire-dialog.h
index c7d3c230e40aa7d0662497466b7a77b99977ae6f..0066dc19763ee3f6889c07b4ff86941dd6433a6c 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2007, 2010, 2011, 2012  Free Software Foundation
+   Copyright (C) 2007, 2010, 2011, 2012, 2015  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
@@ -43,15 +43,6 @@ typedef struct _PsppireDialogClass  PsppireDialogClass;
 
 typedef gboolean (*ContentsAreValid) (gpointer);
 
-typedef enum
-  {
-    PSPPIRE_HORIZONTAL,
-    PSPPIRE_VERTICAL,
-    PSPPIRE_TABULAR
-  } PsppireOrientation;
-
-
-
 struct _PsppireDialog
 {
   PsppireWindowBase window;
@@ -83,10 +74,10 @@ void           psppire_dialog_close           (PsppireDialog *);
 gint           psppire_dialog_run             (PsppireDialog *);
 void           psppire_dialog_set_valid_predicate (PsppireDialog *,
                                                   ContentsAreValid,
-                                                  gpointer );
+                                                  gpointer);
 void           psppire_dialog_set_accept_predicate (PsppireDialog *,
                                                     ContentsAreValid,
-                                                    gpointer );
+                                                    gpointer);
 gboolean       psppire_dialog_is_acceptable (const PsppireDialog *);
 void           psppire_dialog_notify_change (PsppireDialog *);