Text
of this controlBy default, or if set to null
, no text is shown.
redef fun text=(value)
do
var cfmt = pango_markup_format.to_cstring
var cvalue = (value or else "").to_cstring
native.set_markup(cfmt, cvalue)
end
lib/linux/ui.nit:273,2--278,4