diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-04-17 06:39:58 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-04-17 06:39:58 +0800 |
commit | c59caf515927cdb693f63621b65c92a44ea50d1b (patch) | |
tree | 6f1013f0c50ae3f73cdafd0572e696e81dba22a3 /widgets/misc/e-popup-menu.h | |
parent | 9293054684c447d34da2b55fa5e2277549ce4bad (diff) | |
download | gsoc2013-evolution-c59caf515927cdb693f63621b65c92a44ea50d1b.tar gsoc2013-evolution-c59caf515927cdb693f63621b65c92a44ea50d1b.tar.gz gsoc2013-evolution-c59caf515927cdb693f63621b65c92a44ea50d1b.tar.bz2 gsoc2013-evolution-c59caf515927cdb693f63621b65c92a44ea50d1b.tar.lz gsoc2013-evolution-c59caf515927cdb693f63621b65c92a44ea50d1b.tar.xz gsoc2013-evolution-c59caf515927cdb693f63621b65c92a44ea50d1b.tar.zst gsoc2013-evolution-c59caf515927cdb693f63621b65c92a44ea50d1b.zip |
Changed some comments here.
2001-04-16 Christopher James Lahey <clahey@ximian.com>
* configure.in: Changed some comments here.
* gal/Makefile.am (libgal_la_LIBADD): Added
widgets/e-categories-master-list-array.lo and
widgets/e-categories-master-list.lo.
* gal/widgets/Makefile.am (libwidgets_la_SOURCES): Added
widgets/e-categories-master-list-array.c and
widgets/e-categories-master-list.c.
(libwidgetsinclude_HEADERS): Added
widgets/e-categories-master-list-array.h and
widgets/e-categories-master-list.h.
* gal/widgets/e-categories-master-list-array.c,
gal/widgets/e-categories-master-list-array.h,
gal/widgets/e-categories-master-list.c,
gal/widgets/e-categories-master-list.h: Added
ECategoriesMasterList and a simple local implementation of it.
* gal/widgets/e-categories.c, gal/widgets/e-categories.h:
Privatized this. Switched to using ECategoriesMasterList.
(table_right_click): Added a right click menu to add and remove
things to and from the global category list.
* gal/widgets/e-gui-utils.c, gal/widgets/e-gui-utils.h: Fixed some
comments and formatting.
* gal/widgets/e-popup-menu.h (E_POPUP_SEPARATOR,
E_POPUP_TERMINATOR): Added these #defines.
svn path=/trunk/; revision=9392
Diffstat (limited to 'widgets/misc/e-popup-menu.h')
-rw-r--r-- | widgets/misc/e-popup-menu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/widgets/misc/e-popup-menu.h b/widgets/misc/e-popup-menu.h index 5105424a6a..26e06476b3 100644 --- a/widgets/misc/e-popup-menu.h +++ b/widgets/misc/e-popup-menu.h @@ -8,6 +8,9 @@ BEGIN_GNOME_DECLS +#define E_POPUP_SEPARATOR { "", NULL, (NULL), NULL, 0 } +#define E_POPUP_TERMINATOR { NULL, NULL, (NULL), NULL, 0 } + typedef struct _EPopupMenu EPopupMenu; struct _EPopupMenu { |