Re: find standard about panel
Jack Brindle
The About window has no name - the title is blank.
toggle quoted message
Show quoted text
it would seem that a more interesting way to do the would be to use the [NSWindow windowNumberWithOptions:] method, which does return an array of windows for the app (options = 0) that is ordered in a front to back order. Since you are getting an array of windows you should be able to apply any test you wish too them. There are other methods, such as [NSApplication windows] that will also give you an array of all application windows, shown or not, but they are not ordered. Jack On Mar 13, 2019, at 8:01 PM, Jon Gotow <gotow@...> wrote: |
|