Up

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.


Contents -

  1. Software documentation for the NSPanel class

Software documentation for the NSPanel class

NSPanel : NSWindow

Declared in:
AppKit/NSPanel.h
Standards:

Description forthcoming.

Method summary

becomesKeyOnlyIfNeeded

- (BOOL) becomesKeyOnlyIfNeeded;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


isFloatingPanel

- (BOOL) isFloatingPanel;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setBecomesKeyOnlyIfNeeded:

- (void) setBecomesKeyOnlyIfNeeded: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setFloatingPanel:

- (void) setFloatingPanel: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setWorksWhenModal:

- (void) setWorksWhenModal: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


worksWhenModal

- (BOOL) worksWhenModal;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up