aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/comp-editor.h
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-04-19 16:57:48 +0800
committerMichael Meeks <michael.meeks@novell.com>2010-04-19 16:57:48 +0800
commit81e6232269b61e0abe287f4cf183988bf08fc04b (patch)
treec8aac499cacf475b3fa19376e0edebc6279f6bb3 /calendar/gui/dialogs/comp-editor.h
parente6c2e5a37c3128351a4e78e0cb27a56b43a0bba1 (diff)
downloadgsoc2013-evolution-81e6232269b61e0abe287f4cf183988bf08fc04b.tar
gsoc2013-evolution-81e6232269b61e0abe287f4cf183988bf08fc04b.tar.gz
gsoc2013-evolution-81e6232269b61e0abe287f4cf183988bf08fc04b.tar.bz2
gsoc2013-evolution-81e6232269b61e0abe287f4cf183988bf08fc04b.tar.lz
gsoc2013-evolution-81e6232269b61e0abe287f4cf183988bf08fc04b.tar.xz
gsoc2013-evolution-81e6232269b61e0abe287f4cf183988bf08fc04b.tar.zst
gsoc2013-evolution-81e6232269b61e0abe287f4cf183988bf08fc04b.zip
Re-work the over-complicated event editor as a tabbed notebook.
Thanks to Sashwaat.
Diffstat (limited to 'calendar/gui/dialogs/comp-editor.h')
-rw-r--r--calendar/gui/dialogs/comp-editor.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/calendar/gui/dialogs/comp-editor.h b/calendar/gui/dialogs/comp-editor.h
index 4871beae8f..bd26ce8b66 100644
--- a/calendar/gui/dialogs/comp-editor.h
+++ b/calendar/gui/dialogs/comp-editor.h
@@ -127,6 +127,11 @@ void comp_editor_append_page (CompEditor *editor,
CompEditorPage *page,
const gchar *label,
gboolean add);
+void comp_editor_append_widget (CompEditor *editor,
+ GtkWidget *page,
+ const gchar *label,
+ gboolean add);
+
void comp_editor_remove_page (CompEditor *editor,
CompEditorPage *page);
void comp_editor_show_page (CompEditor *editor,
@@ -165,9 +170,6 @@ GtkWidget * comp_editor_get_managed_widget (CompEditor *editor,
const gchar *widget_path);
CompEditor * comp_editor_find_instance (const gchar *uid);
-void comp_editor_set_lite (gboolean status);
-gboolean comp_editor_get_lite (void);
-
G_END_DECLS
#endif