Gtk.Widget.PushColormap Method
Pushes cmap onto a global stack of colormaps.

Syntax

public static void PushColormap (Gdk.Colormap cmap)

Parameters

cmap
Colormap that is pushed by Gdk.Colormap.

Remarks

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

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)