mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:30:38 +00:00
Add the 10.5 coordinate transformation methods.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31755 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0efb94944b
commit
b3561409bb
3 changed files with 43 additions and 0 deletions
|
@ -239,6 +239,14 @@ PACKAGE_SCOPE
|
|||
fromView: (NSView*)aView;
|
||||
- (NSSize) convertSize: (NSSize)aSize
|
||||
toView: (NSView*)aView;
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
|
||||
- (NSPoint) convertPointFromBase: (NSPoint)aPoint;
|
||||
- (NSPoint) convertPointToBase: (NSPoint)aPoint;
|
||||
- (NSRect) convertRectFromBase: (NSRect)aRect;
|
||||
- (NSRect) convertRectToBase: (NSRect)aRect;
|
||||
- (NSSize) convertSizeFromBase: (NSSize)aSize;
|
||||
- (NSSize) convertSizeToBase: (NSSize)aSize;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Notifying Ancestor Views
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue