gdkScreenListVisuals {RGtk2}R Documentation

gdkScreenListVisuals

Description

Lists the available visuals for the specified screen. A visual describes a hardware image data format. For example, a visual might support 24-bit color, or 8-bit color, and might expect pixels to be in a certain format.

Usage

gdkScreenListVisuals(object)

Arguments

object [GdkScreen] the relevant GdkScreen.

Details

.

Since 2.2

Value

[list] , but not its contents

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]