Provide wrapper for gtk_menu_popup_at_pointer.
[pspp] / src / ui / gui / psppire-dialog.h
index c7d3c230e40aa7d0662497466b7a77b99977ae6f..29381261bf4c134c5b7ba062b841c1bc4f42776e 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;