GtkWindow::iconify

void iconify();

Minimizes (iconifies) the window.

It may be that there are some settings preventing this, so don't depend on that it is really minimized after calling this function. Normally it is, but don't write code that crashes if not.

See also: deiconify()