blob: a0ec020cf5c90adf2e891d6f4f789f148cb2156e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
interface @beta Efl.Text_Markup {
[[Markup data that populates the text object's style and format
]]
methods {
@property markup {
[[Markup property]]
values {
markup: string; [[The markup-text representation set to this text.]]
}
}
}
}
|