home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- Path: sparky!uunet!uunet.ca!digifix!sanguish
- From: sanguish@digifix.com (Scott Anguish)
- Subject: Re: how do outlets work?
- Message-ID: <1992Jul29.191912.206@digifix!uunet.ca>
- Sender: sanguish@digifix!uunet.ca
- Reply-To: sanguish@digifix.com
- Organization: Digital Fix Development
- References: <1992Jul29.163410.23660@steggie.uucp>
- Distribution: usa
- Date: Wed, 29 Jul 1992 19:19:12 GMT
- Lines: 42
-
- Eric Fronberg writes
- > This may be a naive question. I'm confused about the workings of
- > outlets in interface builder. I understand what outlets are supposed
- > to do -- provide access to instances of other objects, but I'm
- > confused how Interface Builder accomplishes this.
- >
- > So if I have a interface definition to myobject
- >
- > @interface myobject:Object
- > {
- > id outlet1;
- > id outlet2;
- > }
- > ...
- > @end
-
-
- That brings up a question that I have about outlets...
-
- In the preliminary 1.0 documentation interface builder also generated
- methods that would initialize these like
-
- - setOutlet1:sender
- {
- [ some method call I can't remember ]
- return self;
- }
-
- Is this still supported? I can't find it anywhere in the current
- documentation.
-
- If it is still supported, and is pretty certain to be supported in the
- future, I have a few places i could really use this.
-
- thanks
-
- scott
-
- --
- - Scott Anguish -
- sanguish@digifix.com (NextMail)
-
-