InscriptionGidBuilderImpl.markup

Set markup property.

class InscriptionGidBuilderImpl(T)
T
markup
(
string propval
)

Parameters

propval string

Utility property that sets both the gtk.inscription.Inscription.text and gtk.inscription.Inscription.attributes properties, mainly intended for use in GtkBuilder ui files to ease translation support and bindings.

This function uses func@Pango.parse_markup to parse the markup into text and attributes. The markup must be valid. If you cannot ensure that, consider using func@Pango.parse_markup and setting the two properties yourself.

Return Value

Type: T

Builder instance for fluent chaining