gdkVisualGetBestWithType {RGtk2}R Documentation

gdkVisualGetBestWithType

Description

Get the best visual of the given visual.type for the default GDK screen. Visuals with higher color depths are considered better. NULL may be returned if no visual has type visual.type.

Usage

gdkVisualGetBestWithType(visual.type)

Arguments

visual.type [GdkVisualType] a visual type

Value

[GdkVisual] best visual of the given type

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]