aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/task-page.h
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2005-11-16 21:53:47 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-11-16 21:53:47 +0800
commitee804aafe11507b85a3626480aa406b16b8104da (patch)
treef5468100742589f38aebff7065561dcfc82d8ba9 /calendar/gui/dialogs/task-page.h
parent5014e7f941b9bbcf22a40bc35738b8bd57f94503 (diff)
downloadgsoc2013-evolution-ee804aafe11507b85a3626480aa406b16b8104da.tar
gsoc2013-evolution-ee804aafe11507b85a3626480aa406b16b8104da.tar.gz
gsoc2013-evolution-ee804aafe11507b85a3626480aa406b16b8104da.tar.bz2
gsoc2013-evolution-ee804aafe11507b85a3626480aa406b16b8104da.tar.lz
gsoc2013-evolution-ee804aafe11507b85a3626480aa406b16b8104da.tar.xz
gsoc2013-evolution-ee804aafe11507b85a3626480aa406b16b8104da.tar.zst
gsoc2013-evolution-ee804aafe11507b85a3626480aa406b16b8104da.zip
UI changes for task editor.
svn path=/trunk/; revision=30626
Diffstat (limited to 'calendar/gui/dialogs/task-page.h')
-rw-r--r--calendar/gui/dialogs/task-page.h21
1 files changed, 18 insertions, 3 deletions
diff --git a/calendar/gui/dialogs/task-page.h b/calendar/gui/dialogs/task-page.h
index 9a061a141b..64fa67591b 100644
--- a/calendar/gui/dialogs/task-page.h
+++ b/calendar/gui/dialogs/task-page.h
@@ -24,7 +24,13 @@
#ifndef TASK_PAGE_H
#define TASK_PAGE_H
-#include "comp-editor-page.h"
+#include <bonobo/bonobo-window.h>
+#include <bonobo/bonobo-ui-util.h>
+#include <bonobo/bonobo-widget.h>
+ #include "comp-editor-page.h"
+#include "../e-meeting-attendee.h"
+#include "../e-meeting-store.h"
+#include "../e-meeting-list-view.h"
G_BEGIN_DECLS
@@ -50,11 +56,20 @@ typedef struct {
} TaskPageClass;
GtkType task_page_get_type (void);
-TaskPage *task_page_construct (TaskPage *epage);
-TaskPage *task_page_new (void);
+TaskPage *task_page_construct (TaskPage *epage, EMeetingStore *model, ECal *client);
+TaskPage *task_page_new (EMeetingStore *model, ECal *client, BonoboUIComponent *uic);
+ECalComponent * task_page_get_cancel_comp (TaskPage *page);
void task_page_show_options (TaskPage *page);
void task_page_hide_options (TaskPage *page);
void task_page_set_assignment (TaskPage *page, gboolean set);
+void task_page_sendoptions_clicked_cb (TaskPage *tpage);
+void task_page_set_view_role (TaskPage *page, gboolean state);
+void task_page_set_view_status (TaskPage *page, gboolean state);
+void task_page_set_view_type (TaskPage *page, gboolean state);
+void task_page_set_view_rsvp (TaskPage *page, gboolean state);
+void task_page_set_classification (TaskPage *page, ECalComponentClassification class);
+void task_page_set_show_timezone (TaskPage *page, gboolean state);
+void task_page_set_show_categories (TaskPage *page, gboolean state);