aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-view.h
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2000-11-02 08:31:17 +0800
committerIain Holmes <iain@src.gnome.org>2000-11-02 08:31:17 +0800
commit35162bcd8728297bff435a5592328051fd1df211 (patch)
treeec3fdc3eb65972e87a8f036a3c78448a2da18f34 /shell/evolution-shell-view.h
parent0fa29927fc5a0913388dc8fbc4a9b816c0a11119 (diff)
downloadgsoc2013-evolution-35162bcd8728297bff435a5592328051fd1df211.tar
gsoc2013-evolution-35162bcd8728297bff435a5592328051fd1df211.tar.gz
gsoc2013-evolution-35162bcd8728297bff435a5592328051fd1df211.tar.bz2
gsoc2013-evolution-35162bcd8728297bff435a5592328051fd1df211.tar.lz
gsoc2013-evolution-35162bcd8728297bff435a5592328051fd1df211.tar.xz
gsoc2013-evolution-35162bcd8728297bff435a5592328051fd1df211.tar.zst
gsoc2013-evolution-35162bcd8728297bff435a5592328051fd1df211.zip
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
Diffstat (limited to 'shell/evolution-shell-view.h')
-rw-r--r--shell/evolution-shell-view.h2
1 files changed, 2 insertions, 0 deletions
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);
};