Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

dialog-pages-setter

Generic function

Summary

Sets the pages of the specified multi-page dialog.

Signature

dialog-pages-setter pages dialog => pages

Arguments

pages
An instance of type limited(<sequence>, of: <page>).

dialog
An instance of type <dialog-frame>.

Values

pages
An instance of type limited(<sequence>, of: <page>).

Library

duim-frames

Module

duim-frames

Description

Sets the pages of dialog. Each of the items in sequence must be an instance of <page>.

See also

<dialog-frame>, page 760

dialog-pages, page 778

<property-frame>, page 838

<wizard-frame>, page 852


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index