dialog-page-complete?-setter
Generic function
Summary
Sets the slot that indicates all the information required on the current page of the specified multi-page dialog has been specified.
Signature
dialog-page-complete? complete? dialog => complete?
Arguments
- complete?
- An instance of type
<boolean>.
- dialog
- An instance of type
<dialog-frame>.
Values
- complete?
- An instance of type
<boolean>.
Library
duim-frames
Module
duim-frames
Description
Sets the slot that indicates all the information required on the current page in dialog has been specified by the user. This generic function has two uses:
- It can be used within wizards to indicate that the necessary information has been supplied, so that the next page of the wizard can be displayed safely.
- It can be used within property pages to indicate that the necessary information has been supplied, so that the user can apply any changes.
See also
dialog-page-complete?, page 776