Label.setPattern

The pattern of underlines you want under the existing text within the gtk.Label widget. For example if the current text of the label says “FooBarBaz” passing a pattern of “___ ___” will underline “Foo” and “Baz” but not “Bar”.

class Label
void
setPattern
(
string pattern
)

Parameters

pattern string

The pattern as described above.