Widget.pushColormap

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

class Widget
static
void
pushColormap

Parameters

cmap Colormap

a GdkColormap

Meta