gtkCListSetForeground {RGtk2}R Documentation

gtkCListSetForeground

Description

Sets the foreground color for the specified row. WARNING: gtk_clist_set_foreground is deprecated and should not be used in newly-written code.

Usage

gtkCListSetForeground(object, row, color)

Arguments

object [GtkCList] The GtkCList to affect.
row [integer] The row to affect.
color [GdkColor] A pointer to a GdkColor structure.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]