Add support for the folder right-click ("context") menu. No component

uses this yet, though.

svn path=/trunk/; revision=4252
This commit is contained in:
Ettore Perazzoli
2000-07-21 08:50:12 +00:00
parent 028b507eca
commit 7d6ff2410a
5 changed files with 179 additions and 5 deletions

View File

@ -88,6 +88,11 @@ void evolution_shell_component_client_async_remove_folder (EvolutionShellCompo
EvolutionShellComponentClientCallback callback,
void *data);
void evolution_shell_component_client_populate_folder_context_menu (EvolutionShellComponentClient *shell_component_client,
BonoboUIHandler *uih,
const char *physical_uri,
const char *type);
#ifdef cplusplus
}
#endif /* cplusplus */