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 property | Gtk.Label:pattern |