Stub 10.8 methods for allowsMagnification

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39099 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rmottola 2015-10-28 00:42:40 +00:00
parent fde32601fb
commit 6ab0c87b9b
3 changed files with 21 additions and 0 deletions

View file

@ -1534,6 +1534,17 @@ GSOppositeEdge(NSRectEdge edge)
return _vertScroller;
}
- (BOOL)allowsMagnification
{
//we need an ivar for this
return NO;
}
- (void)setAllowsMagnification:(BOOL)m
{
//we need an ivar for this
}
/*
* NSCoding protocol
*/