diff options
author | nobody <nobody@localhost> | 2002-01-20 21:41:39 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-01-20 21:41:39 +0800 |
commit | 1cf2b36b9e7c825888514d2f7b5b4b2c837a3922 (patch) | |
tree | 32cb6f4702fe446ea804947fa4479b5431a3d24a /e-util/e-categories-config.h | |
parent | 7a987fd4d3a3a860a34ef061d62f1ef780e1a0b4 (diff) | |
download | gsoc2013-evolution-EOG_0_110_0.tar.gz gsoc2013-evolution-EOG_0_110_0.tar.zst gsoc2013-evolution-EOG_0_110_0.zip |
This commit was manufactured by cvs2svn to create tag 'EOG_0_110_0'.EOG_0_110_0
svn path=/tags/EOG_0_110_0/; revision=15367
Diffstat (limited to 'e-util/e-categories-config.h')
-rw-r--r-- | e-util/e-categories-config.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/e-util/e-categories-config.h b/e-util/e-categories-config.h deleted file mode 100644 index 0b798e466e..0000000000 --- a/e-util/e-categories-config.h +++ /dev/null @@ -1,35 +0,0 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* - * Categories configuration. - * - * Author: - * Rodrigo Moya <rodrigo@ximian.com> - * - * Copyright 2001, Ximian, Inc. - */ - -#ifndef __E_CATEGORIES_CONFIG_H__ -#define __E_CATEGORIES_CONFIG_H__ - -#include <glib.h> -#include <gdk/gdk.h> -#include <gtk/gtkentry.h> -#include <libgnome/gnome-defs.h> - -BEGIN_GNOME_DECLS - -const char *e_categories_config_get_color_for (const char *category); -void e_categories_config_set_color_for (const char *category, const char *color); - -void e_categories_config_get_icon_for (const char *category, - GdkPixmap **icon, - GdkBitmap **mask); -const char *e_categories_config_get_icon_file_for (const char *category); -void e_categories_config_set_icon_for (const char *category, - const char *pixmap_file); - -void e_categories_config_open_dialog_for_entry (GtkEntry *entry); - -END_GNOME_DECLS - -#endif |