NSPanel

Authors

Scott Christley( scottc@net-community.com )
Richard Frith-Macdonald( richard@brainstorm.co.uk )
Pascal J. Bourguignon( pjb@imaginet.fr )
Panel window class and related functions

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

Software documentation for the NSPanel class

NSPanel : NSWindow

Declared: AppKit/NSPanel.h

becomesKeyOnlyIfNeeded

- (BOOL) becomesKeyOnlyIfNeeded;


isFloatingPanel

- (BOOL) isFloatingPanel;


setBecomesKeyOnlyIfNeeded:

- (void) setBecomesKeyOnlyIfNeeded: (BOOL)flag;


setFloatingPanel:

- (void) setFloatingPanel: (BOOL)flag;


setWorksWhenModal:

- (void) setWorksWhenModal: (BOOL)flag;


worksWhenModal

- (BOOL) worksWhenModal;