scottc@net-community.com
)Panel window class and related functions
Copyright: (C) 1996 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSPanel.h
Returns whether if the NSPanel becomes key window only when a view require to be the first responder.
See Also: -setBecomesKeyOnlyIfNeeded: [NSView -needsPanelToBecomeKey] [NSWindow -sendEvent:]
Returns whether the NSPanel is a floating panel, e.g. the window level is NSFloatingWindowLevel instead of NSNormalWindowLevel.
See Also: -setFloatingPanel:
Sets whether if the NSPanel becomes key window only when a view require to be the first responder.
See Also: -setBecomesKeyOnlyIfNeeded: [NSView -needsPanelToBecomeKey] [NSWindow -sendEvent:]
Sets whether the NSPanel is a floating panel, e.g. the window level is NSFloatingWindowLevel instead of NSNormalWindowLevel.
See Also: -isFloatingPanel [NSWindow -setLevel:]
Sets whether the NSPanel can receive events when another window/panel runs modally.
Returns whether the NSPanel can receive events when another window/panel runs modally.
See Also: -setWorksWhenModal: [NSApplication -runModalSession:]