gtkLabelSetPattern {RGtk2}R Documentation

gtkLabelSetPattern

Description

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".

Usage

gtkLabelSetPattern(object, pattern)

Arguments

object [GtkLabel] The GtkLabel you want to set the pattern to.
pattern [character] The pattern as described above.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]