summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2017-08-31 15:16:17 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2017-08-31 15:16:17 +0200
commitfedef597cf3c72f189a47d3feea46ce3f0d73401 (patch)
tree9f4b52423b0a8866abd7ada5aa501ba73f996966
parent52d6cb76126b66de931aebaf972d7d9ba33fa8b1 (diff)
downloadefl-fedef597cf3c72f189a47d3feea46ce3f0d73401.tar.gz
docs: efl_text_format: fill missing parts documentation
-rw-r--r--src/lib/efl/interfaces/efl_text_format.eo20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/efl/interfaces/efl_text_format.eo b/src/lib/efl/interfaces/efl_text_format.eo
index 52c8e27911..0ec06a91d4 100644
--- a/src/lib/efl/interfaces/efl_text_format.eo
+++ b/src/lib/efl/interfaces/efl_text_format.eo
@@ -39,35 +39,35 @@ interface Efl.Text.Format {
[[Ellipsis value (number from -1.0 to 1.0)]]
values
{
- value: double;
+ value: double; [[Ellipsis value]]
}
}
@property wrap {
[[Wrap mode for use in the text]]
values {
- wrap: Efl.Text.Format.Wrap;
+ wrap: Efl.Text.Format.Wrap; [[Wrap mode]]
}
}
@property multiline {
[[Multiline is enabled or not]]
values {
- enabled: bool;
+ enabled: bool; [[$true if multiline is enabled, $false otherwise]]
}
}
@property halign {
[[Horizontal alignment of text]]
values {
- value: Efl.Text.Format.Horizontal_Alignment_Type;
+ value: Efl.Text.Format.Horizontal_Alignment_Type; [[Alignment type]]
}
}
@property valign {
[[Vertical alignment of text]]
values {
- value: Efl.Text.Format.Vertical_Alignment_Type;
+ value: Efl.Text.Format.Vertical_Alignment_Type; [[Allignment type]]
}
}
@@ -78,7 +78,7 @@ interface Efl.Text.Format {
]]
values
{
- value: double;
+ value: double; [[Line gap value]]
}
}
@@ -89,7 +89,7 @@ interface Efl.Text.Format {
]]
values
{
- value: double;
+ value: double; [[Relative line gap value]]
}
}
@@ -97,7 +97,7 @@ interface Efl.Text.Format {
[[Tabstops value]]
values
{
- value: int;
+ value: int; [[Tapstops value]]
}
}
@@ -105,7 +105,7 @@ interface Efl.Text.Format {
[[Whether text is a password]]
values
{
- enabled: bool;
+ enabled: bool; [[$true if the text is a password, $false otherwise]]
}
}
@@ -116,7 +116,7 @@ interface Efl.Text.Format {
is enabled.
]]
values {
- repch: string;
+ repch: string; [[Replacement character]]
}
}
}