gtkLabelSetPattern {RGtk2} | R Documentation |
The pattern of underlines you want under the existing text within the
GtkLabel
widget. For example if the current text of the label says
"FooBarBaz" passing a pattern of "___ ___" will underline
"Foo" and "Baz" but not "Bar".
gtkLabelSetPattern(object, pattern)
|
[GtkLabel ] The GtkLabel you want to set the pattern to. |
|
[character] The pattern as described above. |
Derived by RGtkGen from GTK+ documentation