From cc0748768a7f1115590d627a92337fe657158bab Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 7 Apr 2003 01:44:02 +0000 Subject: [#40536] 2003-04-07 Not Zed [#40536] * evolution-shell-component.c (impl_interactive): If going interactive, track the view id in a private area. (evolution_shell_component_get_parent_view_xid): Accessor method to retrieve the current view xid. svn path=/trunk/; revision=20690 --- shell/evolution-shell-component.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/evolution-shell-component.h') diff --git a/shell/evolution-shell-component.h b/shell/evolution-shell-component.h index 7cf6686ee0..53d9a4aae9 100644 --- a/shell/evolution-shell-component.h +++ b/shell/evolution-shell-component.h @@ -197,6 +197,8 @@ EvolutionShellComponent *evolution_shell_component_new (const EvolutionShellComp void *closure); EvolutionShellClient *evolution_shell_component_get_owner (EvolutionShellComponent *shell_component); +gulong evolution_shell_component_get_parent_view_xid(EvolutionShellComponent *shell_component); + void evolution_shell_component_add_user_creatable_item (EvolutionShellComponent *shell_component, const char *id, const char *description, -- cgit