G.f. method
Creates an instance of a <frame>.
make (class == <frame>)
#key top-level command-queue layout icon
pointer-documentation command-table menu-bar tool-bar
status-bar title calling-frame top-level-sheet state
geometry resizable? properties thread event-queue
foreground background text-style palette save-under?
drop-shadow? dialog-for
=> simple-frame
<frame>.
false-or(<sheet>). Default value: #f.
false-or(<event-queue>). Default value: #f.
false-or(<sheet>). Default value: #f.
false-or(<image>). Default value: #f.
An instance of type false-or(<string>). Default value: #f.
false-or(<command-table>). Default value: #f.
false-or(<menu-bar>). Default value: #f.
false-or(<tool-bar>). Default value: #f.
false-or(<status-bar>). Default value: #f.
false-or(<string>). Default value: #f.
false-or(<frame>). Default value: #f.
one-of(#"detached", #"unmapped", #"mapped", #"iconified"). Default value: #"detached".
<vector>. Default value: vector(#f, #f, #f, #f).
<boolean>. Default value: #t.
<stretchy-object-vector>. Default value: make(<stretchy-vector>).
false-or(<thread>). Default value: #f.
false-or(<event-queue>). Default value: #f.
false-or(<ink>). Default value: #f.
false-or(<ink>). Default value: #f.
false-or(<text-style>). Default value: #f.
false-or(<palette>). Default value: #f.
<boolean>. Default value: #f.
<boolean>. Default value: #f.
<dialog-frame>.
<frame>.
duim-frames
duim-frames
Creates and returns an instance of <frame> or one of its subclasses.
The top-level argument specifies the top-level command-loop in which the frame runs.
The command-queue argument specifies a command-queue for the frame.
The layout argument specifies a layout for the frame.
The icon argument specifies an icon that will be used when the frame is iconized. In all current versions of Windows, this icon is also visible in the left hand corner of the title bar of the frame when it is not iconized.
The pointer-documentation argument specifies pointer-documentation for the frame.
The command-table argument specifies a command table for the frame.
The menu-bar argument specifies a menu bar for the frame.
The tool-bar argument specifies a tool bar for the frame.
The status-bar argument specifies a status bar for the frame.
The title argument specifies a title for the frame.
The calling-frame argument specifies a calling frame for the frame.
The state argument specifies a frame-state. The frame can be mapped or unmapped (that is, visible on the screen, or not), iconified, or detached.
The geometry argument specifies a for the frame. The four components of this keyword represent the x and y position of the frame, and the width and height of the frame, respectively.
The resizable? argument specifies whether or not the frame is resizable.
The properties argument specifies properties for the frame.
The thread argument specifies the thread in which the frame will run. See the Library Reference: Core Features manual for full details about how threads are handled.
The event-queue specifies an event-queue for the frame.
The arguments foreground and background specify a foreground color for the frame. In addition, text-style specifies a text style for the frame, and palette specifies a color palette for the frame.