Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

<simple-frame>

Open abstract instantiable class

Summary

The class of simple frames.

Superclasses

<frame>

Init-keywords

command-queue:
An instance of type false-or(<event-queue). Default value: make(<event-queue>).

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

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

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

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

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

Library

duim-frames

Module

duim-frames

Description

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.

Operations

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


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index