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:
Ettore Perazzoli
2001-03-08 12:55:05 +00:00
parent 698fc6235d
commit 9618cd2cb6
17 changed files with 312 additions and 73 deletions

View File

@ -94,6 +94,14 @@ void evolution_shell_component_client_populate_folder_context_menu (EvolutionS
const char *physical_uri,
const char *type);
/* DND stuff. */
void evolution_shell_component_client_get_dnd_selection (EvolutionShellComponentClient *shell_component_client,
const char *physical_uri,
int type,
int *format_return,
char **selection_return,
int *selection_length_return);
#ifdef cplusplus
}
#endif /* cplusplus */