Up

NSScreen

Authors

Scott Christley( scottc@net-community.com )
Gregory John Casamento( borgheron@yahoo.com )

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


Contents -

  1. Software documentation for the NSScreen class

Software documentation for the NSScreen class

NSScreen : NSObject

Declared in:
AppKit/NSScreen.h
Standards:

Description forthcoming.

Method summary

deepestScreen

+ (NSScreen*) deepestScreen;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


mainScreen

+ (NSScreen*) mainScreen;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


resetScreens

+ (void) resetScreens;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


screens

+ (NSArray*) screens;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


depth

- (NSWindowDepth) depth;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


deviceDescription

- (NSDictionary*) deviceDescription;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


frame

- (NSRect) frame;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


supportedWindowDepths

- (const NSWindowDepth*) supportedWindowDepths;
Standards: NotOpenStep, GNUstep, MacOS-X

Description forthcoming.


visibleFrame

- (NSRect) visibleFrame;
Standards: NotOpenStep, GNUstep, MacOS-X

Description forthcoming.



Up