Next Previous Up Top Contents Index

7.3 DUIM-Layouts Module

<simple-pane>

Open abstract instantiable class

Summary

The class of simple panes.

Superclasses

<layout>

Init-keywords

display-function:

An instance of type false-or(<function>). Default value: #f.

Library

duim-layouts

Module

duim-layouts

Description

The class of simple panes.

The display-function: init-keyword defines the display function for the pane. This gets called by the handle-repaint method for <simple-pane>.

Operations

None.

See also

<drawing-pane>, page 464

handle-repaint, page 288

pane-display-function, page 476


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index