mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:00:37 +00:00
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:
parent
d206df9e84
commit
90ae9e642e
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue