pangoAttrBackgroundNew {RGtk2}R Documentation

pangoAttrBackgroundNew

Description

Create a new background color attribute.

Usage

pangoAttrBackgroundNew(red, green, blue)

Arguments

red

the red value (ranging from 0 to 65535)

green

the green value

blue

the blue value

Value

[PangoAttribute] the newly allocated PangoAttribute,

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]