gdkWindowIconify {RGtk2}R Documentation

gdkWindowIconify

Description

Asks to iconify (minimize) window. The window manager may choose to ignore the request, but normally will honor it. Using gtkWindowIconify is preferred, if you have a GtkWindow widget.

Usage

gdkWindowIconify(object)

Arguments

object [GdkWindow] a toplevel GdkWindow

Details

This function only makes sense when window is a toplevel window.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]