diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-19 05:55:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-19 05:55:05 +0800 |
commit | 9951a2dcb0b959d7e2b66f86ebf6e7c19b0c2152 (patch) | |
tree | a5d4c40af3e64adcfa966c7510b8def76457662d /calendar/gui/calendar-commands.h.dead | |
parent | ce6181e8b279b48ce30e84e830d01b4549b353d8 (diff) | |
download | gsoc2013-evolution-9951a2dcb0b959d7e2b66f86ebf6e7c19b0c2152.tar.gz gsoc2013-evolution-9951a2dcb0b959d7e2b66f86ebf6e7c19b0c2152.tar.zst gsoc2013-evolution-9951a2dcb0b959d7e2b66f86ebf6e7c19b0c2152.zip |
Rename dead files to avoid fpeter's GNOME 2.99 scanner.
Changed foo.dead.c to foo.c.dead and foo.dead.h to foo.h.dead.
Diffstat (limited to 'calendar/gui/calendar-commands.h.dead')
-rw-r--r-- | calendar/gui/calendar-commands.h.dead | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/calendar/gui/calendar-commands.h.dead b/calendar/gui/calendar-commands.h.dead new file mode 100644 index 0000000000..605230302e --- /dev/null +++ b/calendar/gui/calendar-commands.h.dead @@ -0,0 +1,44 @@ +/* + * Evolution calendar - Commands for the calendar GUI control + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) version 3. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with the program; if not, see <http://www.gnu.org/licenses/> + * + * + * Authors: + * Miguel de Icaza <miguel@ximian.com> + * Federico Mena-Quintero <federico@ximian.com> + * Seth Alves <alves@hungry.com> + * + * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) + * + */ + +#ifndef CALENDAR_COMMANDS_H +#define CALENDAR_COMMANDS_H + +#include "gnome-cal.h" + +#include <bonobo/bonobo-control.h> +#include <bonobo/bonobo-ui-component.h> + +void calendar_control_activate (BonoboControl *control, GnomeCalendar *gcal); +void calendar_control_deactivate (BonoboControl *control, GnomeCalendar *gcal); + +void calendar_control_sensitize_calendar_commands (BonoboControl *control, GnomeCalendar *gcal, gboolean enable); + +void calendar_goto_today (GnomeCalendar *gcal); + +void calendar_command_print (GnomeCalendar *gcal, GtkPrintOperationAction action); + +#endif /* CALENDAR_COMMANDS_H */ |