From ee1517b58a045169327649277f3495d7564b0beb Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Thu, 9 Aug 2012 05:54:22 +0000 Subject: [PATCH] evas Evas.h: Added more documentation. SVN revision: 75028 --- legacy/evas/src/lib/Evas.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index df67c0c8c5..16c8a99b8c 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/src/lib/Evas.h @@ -8233,7 +8233,6 @@ EAPI Evas_BiDi_Direction evas_object_text_direction_get(const Evas_Object *obj) * @li shadow_color - color in one of the following formats: "#RRGGBB", "#RRGGBBAA", "#RGB", and "#RGBA". * @li glow_color - color in one of the following formats: "#RRGGBB", "#RRGGBBAA", "#RGB", and "#RGBA". * @li glow2_color - color in one of the following formats: "#RRGGBB", "#RRGGBBAA", "#RGB", and "#RGBA". - * @li backing_color - color in one of the following formats: "#RRGGBB", "#RRGGBBAA", "#RGB", and "#RGBA". * @li strikethrough_color - color in one of the following formats: "#RRGGBB", "#RRGGBBAA", "#RGB", and "#RGBA". * @li align - Either "auto" (meaning according to text direction), "left", "right", "center", "middle", a value between 0.0 and 1.0, or a value between 0% to 100%. * @li valign - Either "top", "bottom", "middle", "center", "baseline", "base", a value between 0.0 and 1.0, or a value between 0% to 100%. @@ -8242,7 +8241,8 @@ EAPI Evas_BiDi_Direction evas_object_text_direction_get(const Evas_Object *obj) * @li right_margin - Either "reset", or a pixel value indicating the margin. * @li underline - "on", "off", "single", or "double". * @li strikethrough - "on" or "off" - * @li backing - "on" or "off" + * @li backing_color - Background color in one of the following formats: "#RRGGBB", "#RRGGBBAA", "#RGB", and "#RGBA". + * @li backing - Enable/disable background color. ex) "on" or "off" * @li style - Either "off", "none", "plain", "shadow", "outline", "soft_outline", "outline_shadow", "outline_soft_shadow", "glow", "far_shadow", "soft_shadow", or "far_soft_shadow". * @li tabstops - Pixel value for tab width. * @li linesize - Force a line size in pixels.