pangoLayoutSetMarkup {RGtk2}R Documentation

pangoLayoutSetMarkup

Description

Same as pangoLayoutSetMarkupWithAccel, but the markup text isn't scanned for accelerators.

Usage

pangoLayoutSetMarkup(object, markup, length = -1)

Arguments

object [PangoLayout] a PangoLayout
markup [char] marked-up text
length [integer] length of marked-up text in bytes, or -1 if markup is nul-terminated

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]