Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

destroy-frame

Generic function

Summary

Unmaps the specified frame and destroys it.

Library

duim-frames

Module

duim-frames

Signature

destroy-frame frame => ()

Arguments

frame
An instance of type <frame>.

Values

None

Description

Unmaps frame from the screen and destroys it. Generally, you should not need to call this function explicitly, since exit-frame performs all necessary operations in the correct order, including calling destroy-frame if the destroy? argument to exit-frame is true.

See also

deiconify-frame, page 744

exit-frame, page 785

<frame-destroyed-event>, page 796

iconify-frame, page 823

lower-frame, page 825

raise-frame, page 841


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index