Re: 'incompatible types in initialization' when using NSTableColumn width float
Re: 'incompatible types in initialization' when using NSTableColumn width float
- Subject: Re: 'incompatible types in initialization' when using NSTableColumn width float
- From: René van Amerongen <email@hidden>
- Date: Wed, 18 Oct 2006 23:53:01 +0200
Op 18-okt-2006, om 20:43 heeft René van Amerongen het volgende
geschreven:
if I use this inside a NSTableView Category
NSTableColumn *col = [[self tableColumns]objectAtIndex:0];
or
NSTableColumn *col = [self tableColumnWithIdentifier:@"order"];
float offsetLeftColumn = [col width];
I get in xCode 'incompatible types in initialization'
Somewhere in my header route I did unintentionally type, #include
<AppKit/NSTableColumn.h> instead of #import. Anyway it works now. _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden