Open abstract instantiable class
The class of simple frames.
command-queue:false-or(<event-queue). Default value: make(<event-queue>).
layout:false-or(<sheet>). Default value: #f.
command-table:false-or(<command-table>). Default value: #f.
menu-bar:false-or(<menu-bar>). Default value: #f.
tool-bar:false-or(<tool-bar>). Default value: #f.
status-bar:false-or(<status-bar>). Default value: #f.
duim-frames
duim-frames
The class of simple frames.
The command-queue: init-keyword specifies a command-queue for the frame.
The layout: init-keyword specifies a layout for the frame.
The command-table: init-keyword specifies a command table for the frame.
The menu-bar: init-keyword specifies a menu bar for the frame.
The tool-bar: init-keyword specifies a tool bar for the frame.
The status-bar: init-keyword specifies a status bar for the frame.
The following operations are exported from the DUIM-Frames module.
frame-command-table frame-command-table-setter frame-layout frame-layout-setter frame-menu-bar frame-menu-bar-setter frame-status-bar frame-status-bar-setter frame-status-message frame-status-message-setter frame-tool-bar frame-tool-bar-setter frame-top-level start-frame