source: trunk/third/evolution/e-util/e-categories-config.h @ 18142

Revision 18142, 923 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18141, which included commits to RCS files with non-trunk default branches.
Line 
1/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2/*
3 * Categories configuration.
4 *
5 * Author:
6 *   Rodrigo Moya <rodrigo@ximian.com>
7 *
8 * Copyright 2001, Ximian, Inc.
9 */
10
11#ifndef __E_CATEGORIES_CONFIG_H__
12#define __E_CATEGORIES_CONFIG_H__
13
14#include <glib.h>
15#include <gdk/gdk.h>
16#include <gtk/gtkentry.h>
17#include <libgnome/gnome-defs.h>
18
19BEGIN_GNOME_DECLS
20
21const char *e_categories_config_get_color_for (const char *category);
22void e_categories_config_set_color_for (const char *category, const char *color);
23
24gboolean e_categories_config_get_icon_for (const char *category,
25                                           GdkPixmap **icon,
26                                           GdkBitmap **mask);
27const char *e_categories_config_get_icon_file_for (const char *category);
28void e_categories_config_set_icon_for (const char *category,
29                                       const char *pixmap_file);
30
31void e_categories_config_open_dialog_for_entry (GtkEntry *entry);
32
33END_GNOME_DECLS
34
35#endif
Note: See TracBrowser for help on using the repository browser.