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

a PangoLayout

markup

marked-up text

length

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.20.21 Index]