aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/comp-editor-page.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/dialogs/comp-editor-page.h')
-rw-r--r--calendar/gui/dialogs/comp-editor-page.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/comp-editor-page.h b/calendar/gui/dialogs/comp-editor-page.h
index 9da69da076..3859202098 100644
--- a/calendar/gui/dialogs/comp-editor-page.h
+++ b/calendar/gui/dialogs/comp-editor-page.h
@@ -79,7 +79,8 @@ typedef struct {
void (* summary_changed) (CompEditorPage *page, const char *summary);
void (* dates_changed) (CompEditorPage *page, const char *dates);
void (* client_changed) (CompEditorPage *page, ECal *client);
-
+ void (* focus_in) (CompEditorPage *page, GtkWidget *widget);
+ void (* focus_out) (CompEditorPage *page, GtkWidget *widget);
/* Virtual methods */
GtkWidget *(* get_widget) (CompEditorPage *page);