Added declaration of new method to move cursor up or down

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

View file

@ -401,6 +401,10 @@ forStartOfGlyphRange: (NSRange)glyphRange;
- (void) setHyphenationFactor: (float)factor;
- (unsigned) _charIndexForInsertionPointMovingFromY: (float)position
bestX: (float)wanted
up: (BOOL)upFlag
textContainer: (NSTextContainer *)tc;
@end
@interface NSObject (NSLayoutManagerDelegate)