source: trunk/third/evolution/shell/Evolution-ShellView.idl @ 18142

Revision 18142, 594 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18141, which included commits to RCS files with non-trunk default branches.
Line 
1/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2/*
3 * Interface for the Evolution shell views.
4 *
5 * Authors:
6 *   Ettore Perazzoli <ettore@ximian.com>
7 *
8 * Copyright (C) 2000, 2001 Ximian, Inc.
9 */
10
11#include <Bonobo.idl>
12
13module GNOME {
14module Evolution {
15        interface ShellView : Bonobo::Unknown {
16                void setMessage        (in string message,
17                                        in boolean busy);
18                void unsetMessage      ();
19                void changeCurrentView (in string uri);
20                void setTitle          (in string title);
21                void setFolderBarLabel (in string text);
22                void showSettings      ();
23        };
24};
25};
Note: See TracBrowser for help on using the repository browser.