Re: NSToolbar
Re: NSToolbar
- Subject: Re: NSToolbar
- From: David P Henderson <email@hidden>
- Date: Wed, 6 Jun 2001 20:08:54 -0400
On Wednesday, June 6, 2001, at 05:22 , Max J Cantor wrote:
I see the NSToolbar.h file is marked private and Apple provides no docs
for it. Does this mean that we should expect it to change and should
avoid it for the time being? Or is it safe to use?
By marked private do you mean the "@private" in the variable
declaration? Because as far as I can tell the NSToolbar*.h files are
public APIs. They live in the AppKit headers folder and are mentioned in
the AppKit release notes.
The @private is referring to the class instance variables.
Dave
--
Chaos Assembly Werks
"The Trend over the last 20 years or so has been to design computer
languages that enforce a state of paranoia. You're expected to program
every module as if it were in a state of siege In Perl culture, by
contrast, you're expected to stay out of someone's home because you
weren't invited in, not because there are bars on the windows."
from Programming Perl