Added a ShellComponent method to retrieve the selection for drag and
drop and support for it in the shell. Untested. svn path=/trunk/; revision=8594
This commit is contained in:
@ -23,7 +23,7 @@ module Evolution {
|
||||
};
|
||||
|
||||
typedef sequence<FolderType> FolderTypeList;
|
||||
|
||||
|
||||
interface ShellComponentListener;
|
||||
|
||||
interface ShellComponent : Bonobo::Unknown {
|
||||
@ -69,6 +69,14 @@ module Evolution {
|
||||
void populateFolderContextMenu (in Bonobo::UIContainer uih,
|
||||
in string physical_uri,
|
||||
in string type);
|
||||
|
||||
typedef sequence<octet> Selection;
|
||||
exception NoSelection {};
|
||||
|
||||
void getDndSelection (in string physical_uri, in short type,
|
||||
out short format,
|
||||
out Selection selection)
|
||||
raises (NoSelection);
|
||||
};
|
||||
|
||||
interface ShellComponentListener {
|
||||
|
||||
Reference in New Issue
Block a user