libs-gui/Documentation/gsdoc/NSWindow.gsdoc
Adam Fedor 8cd9572170 Version 0.7.9
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14167 72102866-910b-0410-8b05-ffd578937521
2002-07-17 14:06:33 +00:00

2213 lines
68 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.7//EN" "http://www.gnustep.org/gsdoc-0_6_7.xml">
<gsdoc base="NSWindow" up="Gui">
<head>
<title>NSWindow</title>
<author name="Scott Christley">
<email address="scottc@net-community.com">
scottc@net-community.com
</email>
</author>
<author name="Felipe A. Rodriguez">
<email address="far@ix.netcom.com">
far@ix.netcom.com
</email>
</author>
<author name="Richard Frith-Macdonald">
<email address="richard@brainstorm.co.uk">
richard@brainstorm.co.uk
</email>
</author>
<abstract>The window class</abstract>
<copy>1996 Free Software Foundation, Inc.</copy>
</head>
<body>
<front><contents /></front>
<chapter>
<heading>NSWindow</heading>
<p>
Instances of the NSWindow class handle on-screen
windows, their associated NSViews, and events generate
by the user. An NSWindow's size is defined by its frame
rectangle, which encompasses its entire structure,
and its content rectangle, which includes only the content.
</p>
<p>
Every NSWindow has a content view, the NSView which forms
the root of the window's view hierarchy. This view can be
set using the <code>setContentView:</code> method, and
accessed through the <code>contentView</code> method.
<code>setContentView:</code> replaces the default
content view created by NSWindow.
</p>
<p>
Other views may be added to the window by using the
content view's <code>addSubview:</code> method. These
subviews can also have subviews added, forming a tree
structure, the view hierarchy. When an NSWindow must
display itself, it causes this hierarchy to draw
itself. Leaf nodes in the view hierarchy are drawn
last, causing them to potentially obscure views further
up in the hierarchy.
</p>
<p>
A delegate can be specified for an NSWindow, which will
receive notifications of events pertaining to the
window. The delegate is set using
<code>setDelegate:</code>, and can be retrieved using
<code>delegate</code>. The delegate can restrain
resizing by implementing the
<code>windowWillResize: toSize:</code> method, or
control the closing of the window by implementing
<code>windowShouldClose:</code>.
</p>
<class name="NSWindow" super="NSResponder">
<declared>AppKit/NSWindow.h</declared>
<conform>NSCoding</conform>
<desc>
</desc>
<method type="NSRect" factory="yes">
<sel>contentRectForFrameRect:</sel>
<arg type="NSRect">aRect</arg>
<sel>styleMask:</sel>
<arg type="unsigned int">aStyle</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSWindowDepth" factory="yes">
<sel>defaultDepthLimit</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSRect" factory="yes">
<sel>frameRectForContentRect:</sel>
<arg type="NSRect">aRect</arg>
<sel>styleMask:</sel>
<arg type="unsigned int">aStyle</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void" factory="yes">
<sel>menuChanged:</sel>
<arg type="NSMenu*">aMenu</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="NSRect" factory="yes">
<sel>minFrameWidthWithTitle:</sel>
<arg type="NSString*">aTitle</arg>
<sel>styleMask:</sel>
<arg type="unsigned int">aStyle</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void" factory="yes">
<sel>removeFrameUsingName:</sel>
<arg type="NSString*">name</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>acceptsMouseMovedEvents</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="float">
<sel>alphaValue</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="NSTimeInterval">
<sel>animationResizeTime:</sel>
<arg type="NSRect">newFrame</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>areCursorRectsEnabled</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSSize">
<sel>aspectRatio</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="NSColor*">
<sel>backgroundColor</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSBackingStoreType">
<sel>backingType</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>becomeKeyWindow</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>becomeMainWindow</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>cacheImageInRect:</sel>
<arg type="NSRect">aRect</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>canBecomeKeyWindow</sel>
<desc>
Returns <code>YES</code> if the receiver can be
made key. If this method returns <code>NO</code>, the
window will not be made key. This implementation
returns <code>YES</code> if the window is resizable
or has a title bar. You can override this method to
change it's behavior
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>canBecomeMainWindow</sel>
<desc>
Returns <code>YES</code> if the receiver can be the
main window. If this method returns <code>NO</code>,
the window will not become the main window. This
implementation returns <code>YES</code> if
the window is resizable or has a title bar and is
visible and is not an NSPanel. You can override
this method to change it's behavior
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>canHide</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>canStoreColor</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSPoint">
<sel>cascadeTopLeftFromPoint:</sel>
<arg type="NSPoint">topLeftPoint</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>center</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>close</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSRect">
<sel>constrainFrameRect:</sel>
<arg type="NSRect">frameRect</arg>
<sel>toScreen:</sel>
<arg type="id">screen</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="id">
<sel>contentView</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSPoint">
<sel>convertBaseToScreen:</sel>
<arg type="NSPoint">basePoint</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSPoint">
<sel>convertScreenToBase:</sel>
<arg type="NSPoint">screenPoint</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSWindow*">
<sel>counterpart</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<NotOpenStep /> <NotMacOS-X /> <GNUstep />
</standards>
</method>
<method type="NSEvent*">
<sel>currentEvent</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSData*">
<sel>dataWithEPSInsideRect:</sel>
<arg type="NSRect">rect</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSData*">
<sel>dataWithPDFInsideRect:</sel>
<arg type="NSRect">aRect</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="NSScreen*">
<sel>deepestScreen</sel>
<desc>
Returns the screen the window is on. Unlike
(apparently) OpenStep and MacOSX, GNUstep does
not support windows being split across multiple screens
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSButtonCell*">
<sel>defaultButtonCell</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="id">
<sel>delegate</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>deminiaturize:</sel>
<arg type="id">sender</arg>
<desc>
Causes the window to deminiaturize. Normally you
would not call this method directly. A window is
automatically deminiaturized by the user via
a mouse cloick event.
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSWindowDepth">
<sel>depthLimit</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSDictionary*">
<sel>deviceDescription</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>disableCursorRects</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>disableFlushWindow</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>disableKeyEquivalentForDefaultButtonCell</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>discardCachedImage</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>discardCursorRects</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>discardEventsMatchingMask:</sel>
<arg type="unsigned int">mask</arg>
<sel>beforeEvent:</sel>
<arg type="NSEvent*">lastEvent</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>display</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>displayIfNeeded</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>dragImage:</sel>
<arg type="NSImage*">anImage</arg>
<sel>at:</sel>
<arg type="NSPoint">baseLocation</arg>
<sel>offset:</sel>
<arg type="NSSize">initialOffset</arg>
<sel>event:</sel>
<arg type="NSEvent*">event</arg>
<sel>pasteboard:</sel>
<arg type="NSPasteboard*">pboard</arg>
<sel>source:</sel>
<arg type="id">sourceObject</arg>
<sel>slideBack:</sel>
<arg type="BOOL">slideFlag</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSArray*">
<sel>drawers</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>enableCursorRects</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>enableFlushWindow</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>enableKeyEquivalentForDefaultButtonCell</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>endEditingFor:</sel>
<arg type="id">anObject</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>fax:</sel>
<arg type="id">sender</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSText*">
<sel>fieldEditor:</sel>
<arg type="BOOL">createFlag</arg>
<sel>forObject:</sel>
<arg type="id">anObject</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSResponder*">
<sel>firstResponder</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>flushWindow</sel>
<desc>
Flush all drawing in the windows buffer to the screen
unless the window is not buffered or flushing is not
enabled.
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>flushWindowIfNeeded</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSRect">
<sel>frame</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSString*">
<sel>frameAutosaveName</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="int">
<sel>gState</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>hasDynamicDepthLimit</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>hasShadow</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>hidesOnDeactivate</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="id">
<sel>initWithContentRect:</sel>
<arg type="NSRect">contentRect</arg>
<sel>styleMask:</sel>
<arg type="unsigned int">aStyle</arg>
<sel>backing:</sel>
<arg type="NSBackingStoreType">bufferingType</arg>
<sel>defer:</sel>
<arg type="BOOL">flag</arg>
<desc>
<p>
Initializes the receiver with a content rect
of <var>contentRect</var>, a style mask of
<var>styleMask</var>, and a backing store type of
<var>backingType</var>.
</p>
<p>
The style mask values are
<code>NSTitledWindowMask</code>, for a window with
a title, <code>NSClosableWindowMask</code>, for a
window with a close widget,
<code>NSMiniaturizableWindowMask</code>, for a
window with a miniaturize widget, and
<code>NSResizableWindowMask</code>, for a window
with a resizing widget. These mask values can be
OR'd in any combination.
</p>
<p>
Backing store values are
<code>NSBackingStoreBuffered</code>,
<code>NSBackingStoreRetained</code> and
<code>NSBackingStoreNonretained</code>.
</p>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="id">
<sel>initWithContentRect:</sel>
<arg type="NSRect">contentRect</arg>
<sel>styleMask:</sel>
<arg type="unsigned int">aStyle</arg>
<sel>backing:</sel>
<arg type="NSBackingStoreType">bufferingType</arg>
<sel>defer:</sel>
<arg type="BOOL">flag</arg>
<sel>screen:</sel>
<arg type="NSScreen*">aScreen</arg>
<desc>
<p>
Initializes the receiver with a content rect
of <var>contentRect</var>, a style mask of
<var>styleMask</var>, a backing store type of
<var>backingType</var> and a boolean
<var>flag</var>. <var>flag</var> specifies whether
the window should be created now (<code>NO</code>),
or when it is displayed (<code>YES</code>).
</p>
<p>
The style mask values are
<code>NSTitledWindowMask</code>, for a window with
a title, <code>NSClosableWindowMask</code>, for a
window with a close widget,
<code>NSMiniaturizableWindowMask</code>, for a
window with a miniaturize widget, and
<code>NSResizableWindowMask</code>, for a window
with a resizing widget. These mask values can be
OR'd in any combination.
</p>
<p>
Backing store values are
<code>NSBackingStoreBuffered</code>,
<code>NSBackingStoreRetained</code> and
<code>NSBackingStoreNonretained</code>.
</p>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSWindow*">
<sel>initWithWindowRef:</sel>
<arg type="void*">windowRef</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="NSView*">
<sel>initialFirstResponder</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>invalidateCursorRectsForView:</sel>
<arg type="NSView*">aView</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>isAutodisplay</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>isDocumentEdited</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>isExcludedFromWindowsMenu</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>isFlushWindowDisabled</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>isKeyWindow</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>isMainWindow</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>isMiniaturized</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>isOneShot</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>isOpaque</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>isReleasedWhenClosed</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>isVisible</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>keyDown:</sel>
<arg type="NSEvent*">theEvent</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSSelectionDirection">
<sel>keyViewSelectionDirection</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="int">
<sel>level</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>makeFirstResponder:</sel>
<arg type="NSResponder*">aResponder</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>makeKeyAndOrderFront:</sel>
<arg type="id">sender</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>makeKeyWindow</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>makeMainWindow</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSSize">
<sel>maxSize</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSSize">
<sel>minSize</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>miniaturize:</sel>
<arg type="id">sender</arg>
<desc>
Causes the window to miniaturize, that is the window
is removed from the screen and it's counterpart
(mini)window is displayed.
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSImage*">
<sel>miniwindowImage</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSString*">
<sel>miniwindowTitle</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSPoint">
<sel>mouseLocationOutsideOfEventStream</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSEvent*">
<sel>nextEventMatchingMask:</sel>
<arg type="unsigned int">mask</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSEvent*">
<sel>nextEventMatchingMask:</sel>
<arg type="unsigned int">mask</arg>
<sel>untilDate:</sel>
<arg type="NSDate*">expiration</arg>
<sel>inMode:</sel>
<arg type="NSString*">mode</arg>
<sel>dequeue:</sel>
<arg type="BOOL">deqFlag</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>orderBack:</sel>
<arg type="id">sender</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>orderFront:</sel>
<arg type="id">sender</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>orderFrontRegardless</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>orderOut:</sel>
<arg type="id">sender</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>orderWindow:</sel>
<arg type="NSWindowOrderingMode">place</arg>
<sel>relativeTo:</sel>
<arg type="int">otherWin</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>performClose:</sel>
<arg type="id">sender</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>performMiniaturize:</sel>
<arg type="id">sender</arg>
<desc>
Miniaturize the receiver... as long as its
style mask includes NSMiniaturizableWindowMask (and
as long as the receiver is not an icon or mini window
itsself). Calls
<ref type="method" id="-miniaturize">
-miniaturize
</ref>
to do this. <br /> Beeps if the window can't be
miniaturised. <br /> Should ideally provide
visual feedback (highlighting the miniaturize button
as if it had been clicked) first... but that's not yet
implemented.
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>performZoom:</sel>
<arg type="id">sender</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>postEvent:</sel>
<arg type="NSEvent*">event</arg>
<sel>atStart:</sel>
<arg type="BOOL">flag</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>print:</sel>
<arg type="id">sender</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>registerForDraggedTypes:</sel>
<arg type="NSArray*">newTypes</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSString*">
<sel>representedFilename</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>resetCursorRects</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>resignKeyWindow</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>resignMainWindow</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="int">
<sel>resizeFlags</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSSize">
<sel>resizeIncrements</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>restoreCachedImage</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>runToolbarCustomizationPalette:</sel>
<arg type="id">sender</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>saveFrameUsingName:</sel>
<arg type="NSString*">name</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSScreen*">
<sel>screen</sel>
<desc>
Returns the screen the window is on.
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>selectKeyViewFollowingView:</sel>
<arg type="NSView*">aView</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>selectKeyViewPrecedingView:</sel>
<arg type="NSView*">aView</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>selectNextKeyView:</sel>
<arg type="id">sender</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>selectPreviousKeyView:</sel>
<arg type="id">sender</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>sendEvent:</sel>
<arg type="NSEvent*">theEvent</arg>
<desc>
Handles mouse and other events sent to the received
by NSApplication. Do not invoke this method directly.
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setAcceptsMouseMovedEvents:</sel>
<arg type="BOOL">flag</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setAlphaValue:</sel>
<arg type="float">windowAlpha</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setAspectRatio:</sel>
<arg type="NSSize">ratio</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setAutodisplay:</sel>
<arg type="BOOL">flag</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setBackgroundColor:</sel>
<arg type="NSColor*">color</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setBackingType:</sel>
<arg type="NSBackingStoreType">type</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setCanHide:</sel>
<arg type="BOOL">flag</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setContentSize:</sel>
<arg type="NSSize">aSize</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setContentView:</sel>
<arg type="NSView*">aView</arg>
<desc>
Sets the window's content view to <var>aView</var>,
replacing any previous content view.
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setDefaultButtonCell:</sel>
<arg type="NSButtonCell*">aButtonCell</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setDelegate:</sel>
<arg type="id">anObject</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setDepthLimit:</sel>
<arg type="NSWindowDepth">limit</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setDocumentEdited:</sel>
<arg type="BOOL">flag</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setDynamicDepthLimit:</sel>
<arg type="BOOL">flag</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setExcludedFromWindowsMenu:</sel>
<arg type="BOOL">flag</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setFrame:</sel>
<arg type="NSRect">frameRect</arg>
<sel>display:</sel>
<arg type="BOOL">flag</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setFrame:</sel>
<arg type="NSRect">frameRect</arg>
<sel>display:</sel>
<arg type="BOOL">displayFlag</arg>
<sel>animate:</sel>
<arg type="BOOL">animationFlag</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>setFrameAutosaveName:</sel>
<arg type="NSString*">name</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setFrameFromString:</sel>
<arg type="NSString*">string</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setFrameOrigin:</sel>
<arg type="NSPoint">aPoint</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setFrameTopLeftPoint:</sel>
<arg type="NSPoint">aPoint</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>setFrameUsingName:</sel>
<arg type="NSString*">name</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>setFrameUsingName:</sel>
<arg type="NSString*">name</arg>
<sel>force:</sel>
<arg type="BOOL">force</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setHasShadow:</sel>
<arg type="BOOL">hasShadow</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setHidesOnDeactivate:</sel>
<arg type="BOOL">flag</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setInitialFirstResponder:</sel>
<arg type="NSView*">aView</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setLevel:</sel>
<arg type="int">newLevel</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setMaxSize:</sel>
<arg type="NSSize">aSize</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setMinSize:</sel>
<arg type="NSSize">aSize</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setMiniwindowImage:</sel>
<arg type="NSImage*">image</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setMiniwindowTitle:</sel>
<arg type="NSString*">title</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setOneShot:</sel>
<arg type="BOOL">flag</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setOpaque:</sel>
<arg type="BOOL">isOpaque</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setReleasedWhenClosed:</sel>
<arg type="BOOL">flag</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setRepresentedFilename:</sel>
<arg type="NSString*">aString</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setResizeIncrements:</sel>
<arg type="NSSize">aSize</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setShowsResizeIndicator:</sel>
<arg type="BOOL">show</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setTitle:</sel>
<arg type="NSString*">aString</arg>
<desc>
Sets the window's title to the string
<var>aString</var>.
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setTitleWithRepresentedFilename:</sel>
<arg type="NSString*">aString</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setToolbar:</sel>
<arg type="NSToolbar*">toolbar</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setViewsNeedDisplay:</sel>
<arg type="BOOL">flag</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>setWindowController:</sel>
<arg type="NSWindowController*">windowController</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>showsResizeIndicator</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="NSString*">
<sel>stringWithSavedFrame</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="unsigned int">
<sel>styleMask</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSString*">
<sel>title</sel>
<desc>
Returns an NSString containing the text of the
window's title.
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>toggleToolbarShown:</sel>
<arg type="id">sender</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="NSToolbar*">
<sel>toolbar</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>tryToPerform:</sel>
<arg type="SEL">anAction</arg>
<sel>with:</sel>
<arg type="id">anObject</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>unregisterDraggedTypes</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>update</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>useOptimizedDrawing:</sel>
<arg type="BOOL">flag</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="id">
<sel>validRequestorForSendType:</sel>
<arg type="NSString*">sendType</arg>
<sel>returnType:</sel>
<arg type="NSString*">returnType</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>viewsNeedDisplay</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="id">
<sel>windowController</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void*">
<sel>windowHandle</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="int">
<sel>windowNumber</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void*">
<sel>windowRef</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>worksWhenModal</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>zoom:</sel>
<arg type="id">sender</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</class>
</chapter>
<chapter>
<heading>
Software documentation for the
NSObject(NSWindowDelegate) informal
protocol
</heading>
<category name="NSWindowDelegate" class="NSObject">
<declared>AppKit/NSWindow.h</declared>
<desc>
<em>Description forthcoming.</em>
</desc>
<method type="void">
<sel>windowDidBecomeKey:</sel>
<arg type="NSNotification*">aNotification</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>windowDidBecomeMain:</sel>
<arg type="NSNotification*">aNotification</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>windowDidChangeScreen:</sel>
<arg type="NSNotification*">aNotification</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>windowDidDeminiaturize:</sel>
<arg type="NSNotification*">aNotification</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>windowDidExpose:</sel>
<arg type="NSNotification*">aNotification</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>windowDidMiniaturize:</sel>
<arg type="NSNotification*">aNotification</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>windowDidMove:</sel>
<arg type="NSNotification*">aNotification</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>windowDidResignKey:</sel>
<arg type="NSNotification*">aNotification</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>windowDidResignMain:</sel>
<arg type="NSNotification*">aNotification</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>windowDidResize:</sel>
<arg type="NSNotification*">aNotification</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>windowDidUpdate:</sel>
<arg type="NSNotification*">aNotification</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>windowShouldClose:</sel>
<arg type="id">sender</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="BOOL">
<sel>windowShouldZoom:</sel>
<arg type="NSWindow*">sender</arg>
<sel>toFrame:</sel>
<arg type="NSRect">aFrame</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>windowWillClose:</sel>
<arg type="NSNotification*">aNotification</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>windowWillMiniaturize:</sel>
<arg type="NSNotification*">aNotification</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>windowWillMove:</sel>
<arg type="NSNotification*">aNotification</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSSize">
<sel>windowWillResize:</sel>
<arg type="NSWindow*">sender</arg>
<sel>toSize:</sel>
<arg type="NSSize">frameSize</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="id">
<sel>windowWillReturnFieldEditor:</sel>
<arg type="NSWindow*">sender</arg>
<sel>toObject:</sel>
<arg type="id">client</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</method>
<method type="NSRect">
<sel>windowWillUseStandardFrame:</sel>
<arg type="NSWindow*">sender</arg>
<sel>defaultFrame:</sel>
<arg type="NSRect">aFrame</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<MacOS-X /> <NotOpenStep /> <GNUstep />
</standards>
</method>
<standards>
<MacOS-X /> <OpenStep /> <GNUstep />
</standards>
</category>
</chapter>
<chapter>
<heading>
Software documentation for the
NSWindow(GNUstepBackend) category
</heading>
<category name="GNUstepBackend" class="NSWindow">
<declared>AppKit/NSWindow.h</declared>
<desc>
<em>Description forthcoming.</em>
</desc>
<method type="void">
<sel>_captureMouse:</sel>
<arg type="id">sender</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<NotOpenStep /> <NotMacOS-X /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>_initDefaults</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<NotOpenStep /> <NotMacOS-X /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>_releaseMouse:</sel>
<arg type="id">sender</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<NotOpenStep /> <NotMacOS-X /> <GNUstep />
</standards>
</method>
<method type="void">
<sel>_setVisible:</sel>
<arg type="BOOL">flag</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<NotOpenStep /> <NotMacOS-X /> <GNUstep />
</standards>
</method>
<standards>
<NotOpenStep /> <NotMacOS-X /> <GNUstep />
</standards>
</category>
</chapter>
<chapter>
<heading>
Software documentation for the
NSWindow(GNUstepTextView) category
</heading>
<category name="GNUstepTextView" class="NSWindow">
<declared>AppKit/NSWindow.h</declared>
<desc>
<em>Description forthcoming.</em>
</desc>
<method type="id">
<sel>_futureFirstResponder</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<NotOpenStep /> <NotMacOS-X /> <GNUstep />
</standards>
</method>
<standards>
<NotOpenStep /> <NotMacOS-X /> <GNUstep />
</standards>
</category>
</chapter>
</body>
</gsdoc>