efl/src/lib/efl/interfaces/efl_text_markup.eo

16 lines
312 B
Plaintext

interface Efl.Text_Markup {
[[Markup data that populates the text object's style and format
@since 1.21
]]
methods {
@property markup {
[[Markup property]]
values {
markup: string; [[The markup-text representation set to this text.]]
}
}
}
}