Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

<property-frame>

Open instantiable class

Summary

The class of property frames.

Superclasses

<dialog-frame>

Init-keywords

pages:
An instance of type false-or(limited(<sequence>, of: <page>)). Default value: #f.

apply-callback:

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

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

Note: The following two useful init-keywords are inherited from <dialog-frame>:

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

page-changed-callback:

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

Library

duim-frames

Module

duim-frames

Description

The class of property frames. These are dialogs that can contain property sheets of some description. This is the class of dialogs with several pages, each presented as a label in a tab control.

Figure 9.3 A property frame

The pages: init-keyword defines the pages available for the property frame.

The apply callback and button define an additional Apply button available in property frames. The Apply button applies any changes made in the current page of the dialog, but does not dismiss the dialog from the screen. By default, there is no Apply button defined.

The page-changed callback lets you specified a callback that should be invoked if the current page in the property frame is changed by clicking on a different page tab.

Operations

The following operations are exported from the DUIM-Frames module.

dialog-apply-button dialog-apply-button-setter
dialog-apply-callback dialog-current-page
dialog-current-page-setter
dialog-page-changed-callback dialog-page-changed-callback-setter dialog-page-complete? dialog-page-complete?-setter dialog-pages dialog-pages-setter

See also

dialog-apply-button, page 745

dialog-apply-callback, page 747

<dialog-frame>, page 760

<property-page>, page 840

<wizard-frame>, page 852


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index