gtkLabelGetUseMarkup {RGtk2}R Documentation

gtkLabelGetUseMarkup

Description

Returns whether the label's text is interpreted as marked up with the Pango text markup language. See gtkLabelSetUseMarkup.

Usage

gtkLabelGetUseMarkup(object)

Arguments

object [GtkLabel] a GtkLabel

Value

[logical] TRUE if the label's text will be parsed for markup.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]