| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
On Aug 31, 2007, at 1:44 AM, Mike Kluev wrote:
On 8/30/07 9:51 PM, "John Stiles" <email@hidden> wrote:
You can forward declare these types very easily to avoid including headers.
Yes, like this:
class NSView; typedef struct OpaqueControlRef* ControlRef; // update accordingly when Apple's definition changed.
void SetText(ControlRef hiView, Text text); void SetText(NSView *nsView, Text text);
Still that will rule out ะก and ObjC callers.
| References: | |
| >Re: HIViews vs NSViews (From: Mike Kluev <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.