gtkWidgetSetColormap {RGtk2}R Documentation

gtkWidgetSetColormap

Description

Sets the colormap for the widget to the given value. Widget must not have been previously realized. This probably should only be used from an \code{init()} function (i.e. from the constructor for the widget).

Usage

gtkWidgetSetColormap(object, colormap)

Arguments

object [GtkWidget] a GtkWidget
colormap [GdkColormap] a colormap

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]