Method

GtkLabelset_pattern

Declaration [src]

void
gtk_label_set_pattern (
  GtkLabel* label,
  const gchar* pattern
)

Description [src]

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

Sets propertyGtk.Label:pattern

Parameters

pattern

Type: const gchar*

The pattern as described above.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.