Re: IB framework not compatible with Obj-C++ ?
Re: IB framework not compatible with Obj-C++ ?
- Subject: Re: IB framework not compatible with Obj-C++ ?
- From: lbland <email@hidden>
- Date: Mon, 16 Jun 2003 13:24:37 -0400
On Monday, June 16, 2003, at 12:51 PM, Michael B. Johnson wrote:
On Sunday, June 15, 2003, at 12:58 PM, Andrew Pinski wrote:
On Sunday, Jun 15, 2003, at 15:44 US/Eastern, Finlay Dobbie wrote:
On Sunday, June 15, 2003, at 07:43 pm, Karin Kosina wrote:
- (void)displayConnectionBetween:(id)source and:(id)destination;
and a more Objective-C way to write this anyway would be to use a more
descriptive tag anyway:
- (void)displayConnectionBetweenSource:(id)source
destination:(id)destination;
hi-
true.
also, you probably have no need for IBConnectors, so just include the
.h files that you need (instead of importing them all with
InterfaceBuilder.h
-lance
Lance Bland
mailto:email@hidden
VVI
888-VVI-PLOT
http://www.vvi.com
_______________________________________________
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.