gdkVisualGetBestWithBoth {RGtk2}R Documentation

gdkVisualGetBestWithBoth

Description

Combines gdkVisualGetBestWithDepth and gdkVisualGetBestWithType.

Usage

gdkVisualGetBestWithBoth(depth, visual.type)

Arguments

depth [integer] a bit depth
visual.type [GdkVisualType] a visual type

Value

[GdkVisual] best visual with both depth and visual.type, or NULL if none

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]