Re: NSView Names
Re: NSView Names
- Subject: Re: NSView Names
- From: Ondra Cada <email@hidden>
- Date: Wed, 27 Feb 2002 22:28:39 +0100
Simson,
>
>>>>> Simson Garfinkel (SG) wrote at Wed, 27 Feb 2002 13:01:45 -0500:
SG> How do you get the name of a disembodied NSView that's in a NIB file?
SG> Speaking of which, how do you get the name of a window in a NIB file?
bound the window to outlet xxx, and use [xxx title] ;)
If you mean those names you entered in the NIB main window of IB, I believe
they were deprecated as a way to distinguish objects really long long ago
(actually, I think it was even before NeXTSTEP PROGRAMMING was out, but I
might be wrong in that ;)
The appropriate API, I *GUESS*, survived as a way to access NIBbed objects
from Carbon, but I would not use it in Cocoa.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.
References: | |
| >NSView Names (From: "Simson Garfinkel" <email@hidden>) |