Up

NSPanel

Authors

Scott Christley (scottc@net-community.com)
Panel window class and related functions

Copyright: (C) 1996 Free Software Foundation, Inc.

Software documentation for the NSPanel class

NSPanel : NSWindow

Declared in:
AppKit/NSPanel.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Method summary

becomesKeyOnlyIfNeeded 

- (BOOL) becomesKeyOnlyIfNeeded;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


isFloatingPanel 

- (BOOL) isFloatingPanel;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setBecomesKeyOnlyIfNeeded: 

- (void) setBecomesKeyOnlyIfNeeded: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setFloatingPanel: 

- (void) setFloatingPanel: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setWorksWhenModal: 

- (void) setWorksWhenModal: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


worksWhenModal 

- (BOOL) worksWhenModal;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.



Up