gdkWindowHide {RGtk2}R Documentation

gdkWindowHide

Description

For toplevel windows, withdraws them, so they will no longer be known to the window manager; for all windows, unmaps them, so they won't be displayed. Normally done automatically as part of gtkWidgetHide.

Usage

gdkWindowHide(object)

Arguments

object [GdkWindow] a GdkWindow

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]