Re: scrolling NSTextView over NSImageView
Re: scrolling NSTextView over NSImageView
- Subject: Re: scrolling NSTextView over NSImageView
- From: Andreas Mayer <email@hidden>
- Date: Thu, 13 Jul 2006 16:26:36 +0200
Am 13.07.2006 um 04:52 Uhr schrieb Nathan Herring:
Now, as for NO vs. FALSE, is there some specific difference to
which I need to adhere? I've been using them interchangeably in my
code.
Well they happen to be technically the same. But this is just an
implementation detail. While I doubt that will chance anytime soon, I
prefer using the semantically correct values, as defined in the
Objective-C documentation:
http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/
Articles/chapter_950_section_3.html
"BOOL A Boolean value, either YES or NO."
Andreas
_______________________________________________
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