aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gncal.h
diff options
context:
space:
mode:
authorCraig Small <csmall@src.gnome.org>1998-01-12 10:51:30 +0800
committerCraig Small <csmall@src.gnome.org>1998-01-12 10:51:30 +0800
commit2485eae90d07f5d649729e6bd02d15ae1b38006d (patch)
tree27875b704248104ff3052581538a0bdf8629ee3d /calendar/gncal.h
downloadgsoc2013-evolution-2485eae90d07f5d649729e6bd02d15ae1b38006d.tar
gsoc2013-evolution-2485eae90d07f5d649729e6bd02d15ae1b38006d.tar.gz
gsoc2013-evolution-2485eae90d07f5d649729e6bd02d15ae1b38006d.tar.bz2
gsoc2013-evolution-2485eae90d07f5d649729e6bd02d15ae1b38006d.tar.lz
gsoc2013-evolution-2485eae90d07f5d649729e6bd02d15ae1b38006d.tar.xz
gsoc2013-evolution-2485eae90d07f5d649729e6bd02d15ae1b38006d.tar.zst
gsoc2013-evolution-2485eae90d07f5d649729e6bd02d15ae1b38006d.zip
New Gnome Calendar files
svn path=/trunk/; revision=2
Diffstat (limited to 'calendar/gncal.h')
-rw-r--r--calendar/gncal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/gncal.h b/calendar/gncal.h
new file mode 100644
index 0000000000..8d4790bf07
--- /dev/null
+++ b/calendar/gncal.h
@@ -0,0 +1,6 @@
+
+void menu_file_quit(GtkWidget *widget, gpointer data);
+#define MIN_DAILY_HOUR 8
+#define MAX_DAILY_HOUR 19
+#define DAILY_MINUTE_STEP 15
+void menu_help_about(GtkWidget *widget, gpointer data); \ No newline at end of file