LabelGidBuilderImpl.label
T label(string propval)Set label property.
Parameters
propval | The contents of the label. If the string contains Pango markup (see func@Pango.parse_markup), you will have to set the gtk.label.Label.useMarkup property to true in order for the label to display the markup attributes. See also gtk.label.Label.setMarkup for a convenience function that sets both this property and the gtk.label.Label.useMarkup property at the same time. If the string contains underlines acting as mnemonics, you will have to set the gtk.label.Label.useUnderline property to true in order for the label to display them. |
Returns
Builder instance for fluent chaining