gtkWidgetIsComposited {RGtk2.10}R Documentation

gtkWidgetIsComposited

Description

Whether widget can rely on having its alpha channel drawn correctly. On X11 this function returns whether a compositing manager is running for widget's screen

Usage

gtkWidgetIsComposited(object)

Arguments

object [GtkWidget] a GtkWidget

Details

Since 2.10

Value

[logical] TRUE if the widget can rely on its alpha channel being drawn correctly.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2.10 version 2.10.6 Index]