From 79efc40b19f513570d800d2b3fa6293ea794a28d Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Mon, 14 Nov 2005 18:19:13 +0000 Subject: UI changes for the event editor. svn path=/trunk/; revision=30613 --- calendar/gui/dialogs/comp-editor.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (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 31f977e3ff..3affcb22b6 100644 --- a/calendar/gui/dialogs/comp-editor.h +++ b/calendar/gui/dialogs/comp-editor.h @@ -22,6 +22,9 @@ #define COMP_EDITOR_H #include +#include +#include +#include #include #include "../itip-utils.h" #include "comp-editor-page.h" @@ -39,14 +42,15 @@ G_BEGIN_DECLS typedef struct _CompEditorPrivate CompEditorPrivate; typedef struct { - GtkDialog object; + BonoboWindow object; /* Private data */ CompEditorPrivate *priv; + BonoboUIComponent *uic; } CompEditor; typedef struct { - GtkDialogClass parent_class; + BonoboWindowClass parent_class; /* Virtual functions */ void (* set_e_cal) (CompEditor *page, ECal *client); @@ -80,7 +84,8 @@ void comp_editor_set_group_item (CompEditor *editor, gboolean comp_editor_get_group_item (CompEditor *editor); void comp_editor_append_page (CompEditor *editor, CompEditorPage *page, - const char *label); + const char *label, + gboolean add); void comp_editor_remove_page (CompEditor *editor, CompEditorPage *page); void comp_editor_show_page (CompEditor *editor, -- cgit v1.2.3