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

a GdkColormap

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]