diff options
author | nobody <nobody@localhost> | 2001-02-04 12:10:39 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-02-04 12:10:39 +0800 |
commit | cdc0ace9247af43ff6ad2f46d54029ff1e3dbb7e (patch) | |
tree | 0a5b66655b7f9f6e527155bcabd2f7470e429a8b /widgets/menus/gal-view-menus.h | |
parent | 1b96583c0c6142969e366409bdfd371f078fc683 (diff) | |
download | gsoc2013-evolution-FEDERICO_FOCUS.tar gsoc2013-evolution-FEDERICO_FOCUS.tar.gz gsoc2013-evolution-FEDERICO_FOCUS.tar.bz2 gsoc2013-evolution-FEDERICO_FOCUS.tar.lz gsoc2013-evolution-FEDERICO_FOCUS.tar.xz gsoc2013-evolution-FEDERICO_FOCUS.tar.zst gsoc2013-evolution-FEDERICO_FOCUS.zip |
This commit was manufactured by cvs2svn to create tagFEDERICO_FOCUS
'FEDERICO_FOCUS'.
svn path=/tags/FEDERICO_FOCUS/; revision=7955
Diffstat (limited to 'widgets/menus/gal-view-menus.h')
-rw-r--r-- | widgets/menus/gal-view-menus.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/widgets/menus/gal-view-menus.h b/widgets/menus/gal-view-menus.h deleted file mode 100644 index 21b302771c..0000000000 --- a/widgets/menus/gal-view-menus.h +++ /dev/null @@ -1,36 +0,0 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -#ifndef _GAL_VIEW_MENUS_H_ -#define _GAL_VIEW_MENUS_H_ - -#include <gtk/gtkobject.h> -#include <gnome-xml/tree.h> -#include <bonobo/bonobo-ui-component.h> -#include <gal/menus/gal-view-collection.h> - -#define GAL_VIEW_MENUS_TYPE (gal_view_menus_get_type ()) -#define GAL_VIEW_MENUS(o) (GTK_CHECK_CAST ((o), GAL_VIEW_MENUS_TYPE, GalViewMenus)) -#define GAL_VIEW_MENUS_CLASS(k) (GTK_CHECK_CLASS_CAST((k), GAL_VIEW_MENUS_TYPE, GalViewMenusClass)) -#define GAL_IS_VIEW_MENUS(o) (GTK_CHECK_TYPE ((o), GAL_VIEW_MENUS_TYPE)) -#define GAL_IS_VIEW_MENUS_CLASS(k) (GTK_CHECK_CLASS_TYPE ((k), GAL_VIEW_MENUS_TYPE)) - -typedef struct _GalViewMenusPrivate GalViewMenusPrivate; - -typedef struct { - GtkObject base; - GalViewMenusPrivate *priv; -} GalViewMenus; - -typedef struct { - GtkObjectClass parent_class; -} GalViewMenusClass; - -GtkType gal_view_menus_get_type (void); -GalViewMenus *gal_view_menus_new (GalViewCollection *collection); -GalViewMenus *gal_view_menus_construct (GalViewMenus *menus, - GalViewCollection *collection); - -void gal_view_menus_apply (GalViewMenus *menus, - BonoboUIComponent *component, - CORBA_Environment *ev); - -#endif /* _GAL_VIEW_MENUS_H_ */ |