From 0097872c134e712a520b408d294dc7c6d5156527 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sat, 10 Jun 2000 20:35:52 +0000 Subject: Folder selection dialog, (untested) CORBA interfaces for it, and a new "Go to folder..." menu item. Also made the creation dialog slightly larger. svn path=/trunk/; revision=3508 --- shell/Evolution-Shell.idl | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'shell/Evolution-Shell.idl') diff --git a/shell/Evolution-Shell.idl b/shell/Evolution-Shell.idl index 4f3d18b169..9d1542ec26 100644 --- a/shell/Evolution-Shell.idl +++ b/shell/Evolution-Shell.idl @@ -13,10 +13,23 @@ module Evolution { interface ShellComponent; + interface FolderSelectionListener; + interface Shell : Bonobo::Unknown { exception NotFound {}; + exception Busy {}; ShellComponent get_component_for_type (in string type) raises (NotFound); + + /* FIXME: Parent "transient_for" window. */ + void user_select_folder (in FolderSelectionListener listener, + in string title, + in string default_folder) + raises (Busy); + }; + + interface FolderSelectionListener { + void selected (in string uri, in string physical_uri); }; }; -- cgit v1.2.3