Re: NSScreen questions
Re: NSScreen questions
- Subject: Re: NSScreen questions
- From: Ali Ozer <email@hidden>
- Date: Sat, 7 Jul 2001 18:35:25 -0700
First screen in [NSScreen screens] is the "zero" screen, which is the
screen containing the menu bar.
Ali
On Saturday, July 7, 2001, at 12:30 , Jonathan Hendry wrote:
NSScreen's docs describe the -mainScreen method as returning
the main screen, which "is the screen with the key window."
This implies that the method could return different values
depending on when it's invoked.
If I recall correctly, on a multi-headed Mac there's a
concept of the screen with the menu bar being the main
screen (or something to that effect).
Will NSScreen be updated to reflect this? It might also
be good if NSScreen offered a way to determine the
relative arrangement of the screens to each other.
Is the array returned by [NSScreen screens] ordered in
any way?