gtkRcParseColor {RGtk2}R Documentation

gtkRcParseColor

Description

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

Usage

gtkRcParseColor(scanner, color)

Arguments

scanner [GScanner] a GtkScanner
color [GdkColor] a pointer to a GtkColor structure in which to store the result

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


[Package RGtk2 version 2.8.6 Index]