From 795956eec8940a25967b9f6bb5e3fa2f76953864 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 16 May 2000 07:33:43 +0000 Subject: Alarm stuff I had not cvs added, sigh - Federico 2000-05-14 Federico Mena Quintero * gui/gnome-cal.c (display_notification): Use the alarm notification dialog. (display_notification_cb): New callback for the result of the alarm notification dialog. * gui/dialogs/alarm-notify.glade: New file with the alarm notification dialog. * gui/dialogs/alarm-notify-dialog.[ch]: New file. * gui/dialogs/Makefile.am: New file. * gui/Makefile.am (SUBDIRS): Added the dialogs directory. 2000-05-13 Federico Mena Quintero * gui/gnome-cal.c (trigger_alarm_cb): Better error checking, and plug leaks of str_ico and ico. * gui/evolution-calendar-control.c (main): Initialize libglade. svn path=/trunk/; revision=3072 --- calendar/gui/dialogs/alarm-notify.glade | 230 ++++++++++++++++++++++++++++++++ 1 file changed, 230 insertions(+) create mode 100644 calendar/gui/dialogs/alarm-notify.glade (limited to 'calendar/gui/dialogs/alarm-notify.glade') diff --git a/calendar/gui/dialogs/alarm-notify.glade b/calendar/gui/dialogs/alarm-notify.glade new file mode 100644 index 0000000000..32d7e03f8b --- /dev/null +++ b/calendar/gui/dialogs/alarm-notify.glade @@ -0,0 +1,230 @@ + + + + + Evolution Calendar + evolution-calendar + + src + pixmaps + C + True + True + False + True + True + True + True + interface.c + interface.h + callbacks.c + callbacks.h + support.c + support.h + True + alarm-notify.glade.h + + + + GtkWindow + alarm-notify + True + + GTK_WINDOW_DIALOG + GTK_WIN_POS_CENTER + False + False + False + False + + + GtkVBox + vbox2 + 4 + True + False + 4 + + + GtkHBox + hbox3 + True + False + 8 + + 0 + True + True + + + + GtkVBox + vbox5 + True + False + 4 + + 0 + True + True + + + + GtkLabel + heading + True + + GTK_JUSTIFY_LEFT + True + 0 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkLabel + summary + True + + GTK_JUSTIFY_LEFT + True + 0 + 0.5 + 0 + 0 + + 0 + False + False + + + + + + GtkVBox + vbox4 + True + False + 4 + + 0 + True + True + + + + GtkButton + close + True + True + + + 0 + False + False + + + + + GtkButton + snooze + True + True + + + 0 + False + False + + + + + GtkButton + edit + True + True + + + 0 + False + False + + + + + + + GtkHSeparator + hseparator1 + True + + 0 + True + True + + + + + GtkHBox + hbox4 + True + False + 4 + + 0 + True + True + + + + GtkLabel + label4 + True + + GTK_JUSTIFY_CENTER + False + 0 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkSpinButton + snooze-time + True + True + 1 + 0 + False + GTK_UPDATE_ALWAYS + False + False + 5 + 1 + 1440 + 1 + 5 + 5 + + 0 + False + False + + + + + + + -- cgit v1.2.3