gdkWindowIsViewable {RGtk2}R Documentation

gdkWindowIsViewable

Description

Check if the window and all ancestors of the window are mapped. (This is not necessarily "viewable" in the X sense, since we only check as far as we have GDK window parents, not to the root window.)

Usage

gdkWindowIsViewable(object)

Arguments

object [GdkWindow] a GdkWindow

Value

[logical] TRUE if the window is viewable

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]