diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-02-08 04:39:09 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-02-08 04:39:09 +0800 |
commit | 757d9ab56d294b70f9dcd9e0f5aad34f224eae9e (patch) | |
tree | 6870ca3cb9a97d8b2f4aecae0977a1512fbf8d92 /widgets/menus/gal-view-menus.h | |
parent | ee74c2347274dd4f8f5e7ad687deb0a24eab5f7f (diff) | |
download | gsoc2013-evolution-757d9ab56d294b70f9dcd9e0f5aad34f224eae9e.tar.gz gsoc2013-evolution-757d9ab56d294b70f9dcd9e0f5aad34f224eae9e.tar.zst gsoc2013-evolution-757d9ab56d294b70f9dcd9e0f5aad34f224eae9e.zip |
New function to handle unmerging menus at control deactivation time. (d):
2002-02-07 Christopher James Lahey <clahey@ximian.com>
* menus/gal-view-menus.c, menus/gal-view-menus.h
(gal_view_menus_unmerge): New function to handle unmerging menus
at control deactivation time.
(d): Turned off debugging output here.
(build_menus): Gave the separators names and marked them with f=""
to make them work better with bonobo 1.
svn path=/trunk/; revision=15599
Diffstat (limited to 'widgets/menus/gal-view-menus.h')
-rw-r--r-- | widgets/menus/gal-view-menus.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/widgets/menus/gal-view-menus.h b/widgets/menus/gal-view-menus.h index 0ab299e4d7..208d49761c 100644 --- a/widgets/menus/gal-view-menus.h +++ b/widgets/menus/gal-view-menus.h @@ -31,7 +31,9 @@ GalViewMenus *gal_view_menus_construct (GalViewMenus *menus, void gal_view_menus_apply (GalViewMenus *menus, BonoboUIComponent *component, - CORBA_Environment *ev); + CORBA_Environment *opt_ev); +void gal_view_menus_unmerge (GalViewMenus *gvm, + CORBA_Environment *opt_ev); void gal_view_menus_set_instance (GalViewMenus *gvm, GalViewInstance *instance); |