aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/menus.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/menus.h')
-rw-r--r--calendar/menus.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/calendar/menus.h b/calendar/menus.h
new file mode 100644
index 0000000000..2cf5ab08e2
--- /dev/null
+++ b/calendar/menus.h
@@ -0,0 +1,17 @@
+#ifndef __MENUS_H__
+#define __MENUS_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
+#include <gtk/gtk.h>
+
+void get_main_menu (GtkWidget **menubar, GtkAcceleratorTable **table);
+void menus_create(GtkMenuEntry *entries, int nmenu_entries);
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+#endif /* __MENUS_H__ */