Add an ::asyncCopyFolder method to the ShellComponent interface. Move

all the message hiding options to the View menu.

svn path=/trunk/; revision=7456
This commit is contained in:
Ettore Perazzoli
2001-01-12 21:00:21 +00:00
parent 9c6f86a43d
commit 936a6d77dd
16 changed files with 139 additions and 62 deletions

View File

@ -57,6 +57,12 @@ module Evolution {
in string physical_uri)
raises (Busy);
void copyFolderAsync (in ShellComponentListener listener,
in string source_physical_uri,
in string destination_physical_uri,
in boolean remove_source)
raises (Busy);
void populateFolderContextMenu (in Bonobo::UIContainer uih,
in string physical_uri,
in string type);