gdkWindowHide: gdkWindowHide

Description Usage Arguments Author(s)

View source: R/gdkFuncs.R

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

1
gdkWindowHide(object)

Arguments

object

a GdkWindow

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gdkWindowHide in RGtk2...