Fixed the refresh button on the dialogs.
[pspp-builds.git] / src / ui / gui / helper.h
index 7bf84d472ff5726596d5a2318ab82d79c16ac5cd..079f6d925c65cd1912a7fe7cde3c7ab35675cae5 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef __MISC_H__
 #define __MISC_H__
 
+#include "relocatable.h"
+
 #include <data/value.h>
 #include <data/format.h>
 
@@ -45,5 +47,13 @@ void connect_help (GladeXML *);
 
 void reference_manual (GtkMenuItem *, gpointer);
 
+struct getl_interface;
+gboolean execute_syntax (struct getl_interface *sss);
+
+
+#define XML_NEW(FILE) \
+   glade_xml_new (relocate(PKGDATADIR "/" FILE), NULL, NULL)
+
+
 
 #endif