set-show-icon!

Name

set-show-icon! -- Set whether or not the icon of WIN will be visible.

Synopsis

(set-show-icon! flag #&optional win)

Description

Set whether or not the icon of win will be visible. If flag is #t, the icon will be displayed, if #f, it will not appear when the window is iconified (it will still be in the window list, of course). win defaults to the window context in the usual way if not specified.

Implementation Notes

Module: Built-in Primitive

Defined in src/window.c at line 3932 (CVS log)