Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

screen-resolution-changed

Arguments: window width height depth

This function applies to the Microsoft Windows platform only.

This generic function is called whenever the size of the screen changes while Lisp is running, such as when connecting by Remote Desktop, attaching a larger monitor to a laptop, or changing Control Panel settings. An application should not call this function, but it may add methods for side effects such as moving or resizing application windows to fit the new screen size.

window is a top-level window (one whose parent is the screen). This function will be called once for each top-level window.

width is the new screen width in pixels.

height is the new screen height in pixels.

depth is the new screen bits-per-pixel.

The IDE's move-ide-windows-on-screen-resize configuration option uses this feature to reposition IDE tool windows.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version