mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 07:30:47 +00:00
Add more (dummy) layer property stuff
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@38940 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6c79a91744
commit
5e54269bce
3 changed files with 21 additions and 1 deletions
|
@ -1652,6 +1652,18 @@ static NSSize _computeScale(NSSize fs, NSSize bs)
|
|||
_alphaValue = alpha;
|
||||
}
|
||||
|
||||
- (CGFloat) frameCenterRotation
|
||||
{
|
||||
// FIXME this is dummy, we don't have layers yet
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
- (void) setFrameCenterRotation:(CGFloat)rot;
|
||||
{
|
||||
// FIXME this is dummy, we don't have layers yet
|
||||
// we probably need a Matrix akin frame rotation.
|
||||
}
|
||||
|
||||
|
||||
- (NSRect) centerScanRect: (NSRect)aRect
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue