set-hint-override!

Name

set-hint-override! -- Set whether or not Mwm and Open Look function hints are used.

Synopsis

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

Description

Set whether or not Mwm and Open Look function hints are used. If flag is #t, the hints, which indicate what operations should be allowed on a window, will be ignored for win. If flag is #f, the hints will be honoured. 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 4064 (CVS log)