interactive-resize

Name

interactive-resize -- Resize WINDOW interactively and possibly opaquely.

Synopsis

(interactive-resize 
		 #&optional (win (get-window #t #f #f))
		 (opaquely? (if win ((optget *resize-opaquely-proc*) win))))

Description

Resize WINDOW interactively and possibly opaquely. If OPAQUELY? is specified, it is used to determine if the window should be resized opaquely, or using a rubber-band. If it is not spcified, interactive-resize calls `*resize-opaquely-proc*' on WIN and moves opaquely if that returns #t and uses a rubber-band if it returns #f.

Implementation Notes

Module: (app scwm winops)

Defined in scheme/winops.scm at line 264 (CVS log)