Next Previous Up Top Contents Index

7.3 DUIM-Layouts Module

pane-display-function

Generic function

Summary

Returns the function used to display the specified pane.

Signature

pane-display-function pane => pane-display-function

Arguments

pane
An instance of type <sheet>.

Values

pane-display-function

An instance of type false-or(<function>).

Library

duim-layouts

Module

duim-layouts

Description

Returns the function used to display pane, where pane is any pane that can have a display-function: init-keyword specified. The value returned by pane-display-function is the value of the display-function: init-keyword.

The display function gets called by the handle-repaint method for <simple-pane> and <drawing-pane>.

See also

<drawing-pane>, page 464


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index