mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 09:21:53 +00:00
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:
parent
998ddf4079
commit
953a5c5318
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue