Re: Capture screen in Cocoa
Re: Capture screen in Cocoa
- Subject: Re: Capture screen in Cocoa
- From: Shaun Wexler <email@hidden>
- Date: Sat, 2 Sep 2006 11:07:29 -0700
On Sep 2, 2006, at 8:46 AM, San Saeteurn wrote:
Howq do you obtain a list of all the available wid's to use in the
function?
void NSWindowList (
NSInteger size,
NSInteger list[]
);
Provides an ordered list of all onscreen windows. It fills list with
up to size window numbers; the order of windows in the array is the
same as their order in the window server’s screen list (their front-
to-back order on the screen). Use the count obtained by
NSCountWindows to specify the size of the array for NSWindowList.
Available in Mac OS X v10.0 and later.
--
Shaun Wexler
MacFOH
http://www.macfoh.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden