gdkWindowIsVisible {RGtk2}R Documentation

gdkWindowIsVisible

Description

Checks whether the window has been mapped (with gdkWindowShow or gdkWindowShowUnraised).

Usage

gdkWindowIsVisible(object)

Arguments

object [GdkWindow] a GdkWindow

Value

[logical] TRUE if the window is mapped

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]