aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/comp-editor.h
diff options
context:
space:
mode:
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 cf24a2befb..12cfa64031 100644
--- a/calendar/gui/dialogs/comp-editor.h
+++ b/calendar/gui/dialogs/comp-editor.h
@@ -54,6 +54,7 @@ typedef struct {
/* Virtual functions */
void (* edit_comp) (CompEditor *page, CalComponent *comp);
} CompEditorClass;
+
GtkType comp_editor_get_type (void);
CompEditor *comp_editor_new (void);
void comp_editor_append_page (CompEditor *editor,
@@ -76,11 +77,12 @@ void comp_editor_send_comp (CompEditor *editor,
void comp_editor_merge_ui (CompEditor *editor,
const char *filename,
BonoboUIVerb *verbs);
+void comp_editor_set_ui_prop (CompEditor *editor,
+ const char *path,
+ const char *attr,
+ const char *val);
void comp_editor_focus (CompEditor *editor);
-
-
-
END_GNOME_DECLS