gdkScreenGetRgbColormap {RGtk2}R Documentation

gdkScreenGetRgbColormap

Description

Gets the preferred colormap for rendering image data on screen. Not a very useful function; historically, GDK could only render RGB image data to one colormap and visual, but in the current version it can render to any colormap and visual. So there's no need to call this function.

Usage

gdkScreenGetRgbColormap(object)

Arguments

object [GdkScreen] a GdkScreen.

Details

Since 2.2

Value

[GdkColormap] the preferred colormap

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]