summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2013-11-18 16:25:40 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2013-11-18 16:55:41 +0100
commit864e0d3e34f282bcc64f3076ee3bd2e1788e91ba (patch)
tree19b9ef72f5a8568256dde314a2cd96ab43e8b8a1
parent0529a308cffb8ad399f9b96fd38e3dbb9e880c26 (diff)
downloadatk-864e0d3e34f282bcc64f3076ee3bd2e1788e91ba.tar.gz
doc: improve ATK_TEXT_ATTR documentation
-rwxr-xr-xatk/atktext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atk/atktext.h b/atk/atktext.h
index dd73200..2808fc6 100755
--- a/atk/atktext.h
+++ b/atk/atktext.h
@@ -32,7 +32,7 @@ G_BEGIN_DECLS
/**
*AtkTextAttribute:
- *@ATK_TEXT_ATTR_INVALID: Invalid attribute
+ *@ATK_TEXT_ATTR_INVALID: Invalid attribute, like bad spelling or grammar.
*@ATK_TEXT_ATTR_LEFT_MARGIN: The pixel width of the left margin
*@ATK_TEXT_ATTR_RIGHT_MARGIN: The pixel width of the right margin
*@ATK_TEXT_ATTR_INDENT: The number of pixels that the text is indented
@@ -45,7 +45,7 @@ G_BEGIN_DECLS
*@ATK_TEXT_ATTR_RISE: Number of pixels that the characters are risen above the baseline
*@ATK_TEXT_ATTR_UNDERLINE: "none", "single", "double", "low", or "error"
*@ATK_TEXT_ATTR_STRIKETHROUGH: "true" or "false" whether the text is strikethrough
- *@ATK_TEXT_ATTR_SIZE: The size of the characters.
+ *@ATK_TEXT_ATTR_SIZE: The size of the characters in points. eg: 10
*@ATK_TEXT_ATTR_SCALE: The scale of the characters. The value is a string representation of a double
*@ATK_TEXT_ATTR_WEIGHT: The weight of the characters.
*@ATK_TEXT_ATTR_LANGUAGE: The language used