docs:Clarify Efl.Text_Formatter format parameter

Ref T8455
This commit is contained in:
Xavi Artigas 2019-12-27 11:36:24 +01:00
parent 4624b56bed
commit 858caa21b0
1 changed files with 1 additions and 2 deletions

View File

@ -15,12 +15,11 @@ abstract @beta Efl.Text.Formatter extends Efl.Object {
The $format will be applied to the given range.
The passed cursors must belong to same text object, otherwise insertion will be ignored.
Passed format parameter uses same format as style in @Efl.Canvas.Textblock.style_apply.
]]
params {
start: const(Efl.Text.Cursor); [[Start of range.]]
end: const(Efl.Text.Cursor); [[End of range.]]
format: string; [[Attribute format.]]
format: string; [[Format string. Uses same format as $style in @Efl.Canvas.Textblock.style_apply.]]
}
}