gtkLabelGetLabel {RGtk2}R Documentation

gtkLabelGetLabel

Description

Fetches the text from a label widget including any embedded underlines indicating mnemonics and Pango markup. (See gtkLabelGetText).

Usage

gtkLabelGetLabel(object)

Arguments

object [GtkLabel] a GtkLabel

Value

[character] the text of the label widget.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]