gdkQueryVisualTypes {RGtk2}R Documentation

gdkQueryVisualTypes

Description

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

Usage

gdkQueryVisualTypes()

Details

.

Value

A list containing the following elements:

visual.types [GdkVisualType] return location for the available visual types
count [integer] return location for the number of available visual types

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]