Removed duplicated method in favour of the standard one; added comment about

deprecated one


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13932 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-06-22 15:44:35 +00:00
parent d206df9e84
commit 90ae9e642e

View file

@ -72,12 +72,13 @@ typedef struct {
+ (NSAffineTransform*) matrixFrom: (const float[6])matrix;
- (void) translateToPoint: (NSPoint)point;
- (void) rotateByAngle: (float)angle;
- (void) scaleBy: (float)sx : (float)sy;
- (void) scaleTo: (float)sx : (float)sy;
- (void) makeIdentityMatrix;
- (float) rotationAngle;
- (void) setFrameOrigin: (NSPoint)point;
- (void) setFrameRotation: (float)angle;
/* Old Apple name for -invert */
- (void) inverse;
- (BOOL) isRotated;