gtkWidgetGetColormap {RGtk2}R Documentation

gtkWidgetGetColormap

Description

Gets the colormap that will be used to render widget. No reference will be added to the returned colormap; it should not be unreferenced.

Usage

gtkWidgetGetColormap(object)

Arguments

object [GtkWidget] a GtkWidget

Value

[GdkColormap] the colormap used by widget

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]