Getting a window's child elements
Getting a window's child elements
- Subject: Getting a window's child elements
- From: Steve Nicholson <email@hidden>
- Date: Tue, 25 Feb 2003 08:44:39 -0800
I'm just getting started in Cocoa programming after many years of
Windows and a couple years of Java. I'm in the process of getting my
head around the AppKit framework. Here's something I'm having trouble
figuring out: I'm loading a window from a Nib file using
NSWindowController. That works fine. After it's loaded, I want to be
able to iterate through all the checkboxes in the window and perform an
action on them. How do I get the list of elements contained in the
window?
TIA,
Steve Nicholson
_______________________________________________
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.