set-PPosition-hint!

Name

set-PPosition-hint! -- Set or reset the program-specified position hint for WIN.

Synopsis

(set-PPosition-hint! flag #&optional win)

Description

Set or reset the program-specified position hint for win. If flag is #t, the hint will be set, otherwise reset. This only matters when using the default placement procedure. Some programs allegedly set this hint to a useless value like (0,0) always, so ignoring it is recommended. 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 4127 (CVS log)