gtkCListSetBackground {RGtk2}R Documentation

gtkCListSetBackground

Description

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

Usage

gtkCListSetBackground(object, row, color)

Arguments

object

The GtkCList to affect.

row

The row to affect.

color

A pointer to a GdkColor structure.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]