[Top]
GTK2
GTK2.Label
|
Method GTK2.Label()->set_pattern()
- Method
set_pattern
GTK2.Label set_pattern(string pattern_string)
- Description
A string with either spaces or underscores.
It should be of the same length as the text.
When a character in the text has a matching _ in the pattern, the
character in the label will be underlined.
|