aboutsummaryrefslogtreecommitdiff
path: root/src/colorlabel.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-22 08:02:00 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-22 08:02:00 +0000
commit8e167b57790543c62623e5f477d225a52bf9f9c1 (patch)
tree83f18832aec2fd4674b94673cb6f341c50654071 /src/colorlabel.h
parent19453aea34c35def050511678fa4244c0ecdabb5 (diff)
implemented a feature to change color label text.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2405 ee746299-78ed-0310-b773-934348b2243d
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__ */