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

15 lines
311 B
Plaintext

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