aboutsummaryrefslogtreecommitdiff
path: root/src/colorlabel.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-01-05 08:17:26 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-01-05 08:17:26 +0000
commit217043f00e1b30d747a8a2e734c3a76ced282944 (patch)
treee282a3e7d9715fa29f4a78610a85d34f266a184d /src/colorlabel.h
parent7da33f3827d55c778bf39b3e3992dfe422d4798c (diff)
implemented the UI for customizing color label text.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2410 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/colorlabel.h')
-rw-r--r--src/colorlabel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/colorlabel.h b/src/colorlabel.h
index cf71df82..13021098 100644
--- a/src/colorlabel.h
+++ b/src/colorlabel.h
@@ -24,10 +24,12 @@
gint colorlabel_get_color_count (void);
GdkColor colorlabel_get_color (gint color_index);
-gchar *colorlabel_get_color_text (gint color_index);
+const gchar *colorlabel_get_color_text (gint color_index);
+const gchar *colorlabel_get_custom_color_text (gint color_index);
void colorlabel_set_color_text (gint color_index,
const gchar *label);
gboolean colorlabel_changed (void);
+GtkWidget *colorlabel_create_color_widget (GdkColor color);
GtkWidget *colorlabel_create_check_color_menu_item
(gint color_index);
GtkWidget *colorlabel_create_color_menu (void);