Added method to move cursor up or down to be implemented in subclasses

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8590 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-01-14 11:29:48 +00:00
parent 998ddf4079
commit 953a5c5318

View file

@ -2042,6 +2042,16 @@ aLine->lineFragmentRect.size.height);
return _delegate;
}
- (unsigned) _charIndexForInsertionPointMovingFromY: (float)position
bestX: (float)wanted
up: (BOOL)upFlag
textContainer: (NSTextContainer *)tc
{
[self subclassResponsibility: _cmd];
return 0;
}
@end /* NSLayoutManager */
/* The methods laid out here are not correct, however the code they