aboutsummaryrefslogtreecommitdiff
path: root/src/colorlabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/colorlabel.h')
-rw-r--r--src/colorlabel.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/colorlabel.h b/src/colorlabel.h
index 8bb23c31..26f43d55 100644
--- a/src/colorlabel.h
+++ b/src/colorlabel.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 2001 Hiroyuki Yamamoto & The Sylpheed Claws Team
+ * Copyright (C) 2001-2009 Hiroyuki Yamamoto & The Sylpheed Claws Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,10 +25,13 @@
gint colorlabel_get_color_count (void);
GdkColor colorlabel_get_color (gint color_index);
gchar *colorlabel_get_color_text (gint color_index);
+void colorlabel_set_color_text (gint color_index,
+ const gchar *label);
gboolean colorlabel_changed (void);
GtkWidget *colorlabel_create_check_color_menu_item
(gint color_index);
GtkWidget *colorlabel_create_color_menu (void);
guint colorlabel_get_color_menu_active_item (GtkWidget *menu);
+void colorlabel_update_menu (void);
#endif /* COLORLABEL_H__ */