gdkQueryDepths {RGtk2}R Documentation

gdkQueryDepths

Description

This function returns the available bit depths for the default screen. It's equivalent to listing the visuals (gdkListVisuals) and then looking at the depth field in each visual, removing duplicates.

Usage

gdkQueryDepths()

Details

.

Value

A list containing the following elements:

depths [integer] return location for available depths
count [integer] return location for number of available depths

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]