From 35162bcd8728297bff435a5592328051fd1df211 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Thu, 2 Nov 2000 00:31:17 +0000 Subject: Moving the executive summarys now :) Added a way to change the window title and the current view from Components mail-summary now has clickable names to change to that view executive summary remembers what components are running when you close. Selections are not cleared by ES updates. svn path=/trunk/; revision=6329 --- shell/evolution-shell-view.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/evolution-shell-view.h') diff --git a/shell/evolution-shell-view.h b/shell/evolution-shell-view.h index e12e8be2e1..546a1a9640 100644 --- a/shell/evolution-shell-view.h +++ b/shell/evolution-shell-view.h @@ -61,6 +61,8 @@ struct _EvolutionShellViewClass { void (* set_message) (EvolutionShellView *shell_view, const char *message, gboolean busy); void (* unset_message) (EvolutionShellView *shell_view); + void (* change_current_view) (EvolutionShellView *shell_view, const char *uri); + void (* set_title) (EvolutionShellView *shell_view, const char *message); }; -- cgit v1.2.3