mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 07:40:47 +00:00
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:
parent
9e3cb35e61
commit
998ddf4079
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue