gtkWidgetPushColormap {RGtk2}R Documentation

gtkWidgetPushColormap

Description

Pushes cmap onto a global stack of colormaps; the topmost colormap on the stack will be used to create all widgets. Remove cmap with gtkWidgetPopColormap. There's little reason to use this function.

Usage

gtkWidgetPushColormap(cmap)

Arguments

cmap [GdkColormap] a GdkColormap

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]