NSCountWindows
NSCountWindows
- Subject: NSCountWindows
- From: jean Bousquet <email@hidden>
- Date: Thu, 15 Aug 2002 10:57:38 +0200
NSCountWindows counts the number of on-screen windows belonging to an
application.
I tried to operate this function but the result is incorrect (always too
big). I used it launching the app within PB.
int aWindowCount;
NSCountWindows(&aWindowCount);
NSLog(@"aWindowCount = %d",aWindowCount);
Jean
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.