Implemented the recently used files menus.
[pspp-builds.git] / src / ui / gui / helper.h
index 079f6d925c65cd1912a7fe7cde3c7ab35675cae5..038eeb2f4c09e0e7faeda5f153519e1936be12b8 100644 (file)
 #include <gtk/gtk.h>
 #include <glade/glade.h>
 
+
+/*
+   GtkRecentChooserMenu was added in 2.10.0
+   but it didn't support GtkRecentFilters until
+   2.10.2
+*/
+#define RECENT_LISTS_AVAILABLE GTK_CHECK_VERSION (2, 10, 2)
+
+
 /* Formats a value according to FORMAT
    The returned string must be freed when no longer required */
 gchar * value_to_text (union value v, struct fmt_spec format);