Open instantiable class
The class of property frames.
pages:false-or(limited(<sequence>, of: <page>)). Default value: #f.
apply-callback:An instance of type false-or(<function>). Default value: #f.
apply-button:false-or(<button>). Default value: #f.
Note: The following two useful init-keywords are inherited from <dialog-frame>:
pages:false-or(<sequence>). Default value: #f.
page-changed-callback: An instance of type false-or(<function>). Default value: #f.
duim-frames
duim-frames
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.
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.
The following operations are exported from the DUIM-Frames module.
dialog-apply-button dialog-apply-button-setterdialog-apply-callback dialog-current-page dialog-current-page-setterdialog-page-changed-callback dialog-page-changed-callback-setter dialog-page-complete? dialog-page-complete?-setter dialog-pages dialog-pages-setter