set_pattern


Description:

public void set_pattern (string pattern)

The pattern of underlines you want under the existing text within the 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”.

Parameters:

this

The Label you want to set the pattern to.

pattern

The pattern as described above.