diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-11-02 08:31:17 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-11-02 08:31:17 +0800 |
commit | 35162bcd8728297bff435a5592328051fd1df211 (patch) | |
tree | ec3fdc3eb65972e87a8f036a3c78448a2da18f34 /shell/Evolution-ShellView.idl | |
parent | 0fa29927fc5a0913388dc8fbc4a9b816c0a11119 (diff) | |
download | gsoc2013-evolution-35162bcd8728297bff435a5592328051fd1df211.tar.gz 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-ShellView.idl')
-rw-r--r-- | shell/Evolution-ShellView.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Evolution-ShellView.idl b/shell/Evolution-ShellView.idl index f0931dccdd..d155b3397c 100644 --- a/shell/Evolution-ShellView.idl +++ b/shell/Evolution-ShellView.idl @@ -14,5 +14,7 @@ module Evolution { interface ShellView : Bonobo::Unknown { void set_message (in string message, in boolean busy); void unset_message (); + void change_current_view (in string uri); + void set_title (in string title); }; }; |