gtkLabelSetLabel {RGtk2}R Documentation

gtkLabelSetLabel

Description

Sets the text of the label. The label is interpreted as including embedded underlines and/or Pango markup depending on the values of the

"use-underline"
" and
"use-markup"
properties.

Usage

gtkLabelSetLabel(object, str)

Arguments

object

a GtkLabel

str

the new text to set for the label

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]