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 [GtkLabel] a GtkLabel
str [character] the new text to set for the label

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.15 Index]