mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
improve comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27765 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f15ce911db
commit
2635abce6c
1 changed files with 4 additions and 1 deletions
|
@ -314,7 +314,10 @@ NSInsetRect(NSRect aRect, float dX, float dY) GS_GEOM_ATTR;
|
|||
|
||||
/** Returns the rectangle obtained by moving each of aRect's
|
||||
* horizontal sides inward by dy and each of aRect's vertical
|
||||
* sides inward by dx. */
|
||||
* sides inward by dx.<br />
|
||||
* NB. For MacOS-X compatability, this is permitted to return
|
||||
* a rectanglew with nagative width or height, strange as that seems.
|
||||
*/
|
||||
GS_GEOM_SCOPE NSRect
|
||||
NSInsetRect(NSRect aRect, float dX, float dY)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue