Next Previous Up Top Contents Index

7.3 DUIM-Layouts Module

do-allocate-space

Open generic function

Summary

Called by allocate-space to calculate space requirements for a pane.

Signature

do-allocate-space pane width height => ()

Arguments

pane
An instance of type <sheet>.

width
An instance of type <integer>.

height
An instance of type <integer>.

Values

None.

Library

duim-layouts

Module

duim-layouts

Description

This function is called by allocate-space to calculate space requirements for a pane. When calculating space requirements for classes of pane you have defined yourself, you should add methods to this function, but not call it directly. Call allocate-space instead.

See also

allocate-space, page 453


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index