From 9f5a04beb4ce18da2609e93adbb625a51c640e56 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Mon, 6 Jun 2005 21:05:18 +0000 Subject: Added support for groupwise meeting delegation. svn path=/trunk/; revision=29463 --- calendar/gui/dialogs/comp-editor.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'calendar/gui/dialogs/comp-editor.h') diff --git a/calendar/gui/dialogs/comp-editor.h b/calendar/gui/dialogs/comp-editor.h index 84381a476f..fe3a1e150b 100644 --- a/calendar/gui/dialogs/comp-editor.h +++ b/calendar/gui/dialogs/comp-editor.h @@ -56,6 +56,13 @@ typedef struct { gboolean (* send_comp) (CompEditor *page, ECalComponentItipMethod method); } CompEditorClass; +typedef enum { + COMP_EDITOR_NEW_ITEM = 1<<0, + COMP_EDITOR_MEETING = 1<<1, + COMP_EDITOR_DELEGATE = 1<<2, + COMP_EDITOR_USER_ORG = 1<<3, +} CompEditorFlags; + GtkType comp_editor_get_type (void); void comp_editor_set_changed (CompEditor *editor, gboolean changed); @@ -100,6 +107,8 @@ void comp_editor_focus (CompEditor *editor); void comp_editor_notify_client_changed (CompEditor *editor, ECal *client); void comp_editor_sensitize_attachment_bar (CompEditor *editor, gboolean set); +void comp_editor_set_flags (CompEditor *editor, CompEditorFlags flags); +CompEditorFlags comp_editor_get_flags (CompEditor *editor); G_END_DECLS -- cgit v1.2.3