pangoAttrUnderlineColorNew {RGtk2}R Documentation

pangoAttrUnderlineColorNew

Description

Create a new underline color attribute. This attribute modifies the color of underlines. If not set, underlines will use the foreground color.

Usage

pangoAttrUnderlineColorNew(red, green, blue)

Arguments

red

[integer] the red value (ranging from 0 to 65535)

green

[integer] the green value

blue

[integer] the blue value

Details

Since 1.8

Value

[PangoAttribute] the newly allocated PangoAttribute,

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.31 Index]