From 7aac092a0a515927c16a583bf736882bbda4901a Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 20 Jun 2001 16:59:31 +0000 Subject: print menu command (print_preview_cmd): ditto for print preview 2001-06-20 JP Rosevear * gui/dialogs/comp-editor.c (print_cmd): print menu command (print_preview_cmd): ditto for print preview (print_setup_cmd): ditto for print setup (comp_editor_set_cal_client): listen for updated and removed signals (obj_updated_cb): if the item changes else where, query the user for the course of action (obj_removed_cb): ditto for removal * gui/print.c (print_setup): rudimentary page setup support (print_comp): rudimentary individual event/task printing support * gui/print.h: new protos * gui/dialogs/changed-comp.[hc]: dialog to query the user about what to do when a item is changed elsewhere * gui/dialogs/Makefile.am: build new files * gui/dialogs/send-comp.c (send_component_dialog): remove useless assignment svn path=/trunk/; revision=10338 --- calendar/gui/print.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calendar/gui/print.h') diff --git a/calendar/gui/print.h b/calendar/gui/print.h index e88c4a8e01..1e8fa3b84b 100644 --- a/calendar/gui/print.h +++ b/calendar/gui/print.h @@ -35,6 +35,9 @@ typedef enum { } PrintView; void print_calendar (GnomeCalendar *gcal, gboolean preview, time_t at, PrintView default_view); +void print_comp (CalComponent *comp, gboolean preview); + +void print_setup (void); -- cgit