• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: <no subject>
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: <no subject>


  • Subject: Re: <no subject>
  • From: Angela Brett <email@hidden>
  • Date: Thu, 4 Oct 2001 22:09:03 +1200

I couldn't find the NSSize related docs. Where can I find it?

This is from Foundation Types and Constants:

typedef struct _NSSize {
float width;
float height;
} NSSize;
Constant descriptions
width
Description forthcoming.
height
Description forthcoming.
Discussion
The values for width and height should never be negative.


You should also look at the Foundation Functions for several functions for manipulating NSSizes. In particular, you'll probably find this one useful:

NSSize NSMakeSize(float width, float height)

Discussion
Creates an NSSize having the specified width and height.
--
Angela Brett email@hidden http://acronyms.co.nz/
"Great minds think different."


References: 
 ><no subject> (From: "Lizardo H. C. M. Nunes" <email@hidden>)

  • Prev by Date: Re: NSMovieView: why why why...
  • Next by Date: Memory leak tests, NSZombieEnabled=YES and NSTimer
  • Previous by thread: <no subject>
  • Next by thread: Re: Student Help
  • Index(es):
    • Date
    • Thread