gtkRcParseColor: gtkRcParseColor

Description Usage Arguments Details Value Author(s)

View source: R/gtkFuncs.R

Description

Parses a color in the format expected in a RC file.

Usage

1
gtkRcParseColor(scanner, color)

Arguments

scanner

a GScanner

color

a pointer to a GdkColor structure in which to store the result

Details

Note that theme engines should use gtkRcParseColorFull in order to support symbolic colors.

Value

[numeric] G_TOKEN_NONE if parsing succeeded, otherwise the token that was expected but not found

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkRcParseColor in RGtk2...