mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 14:41:56 +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
3763a8590a
commit
d921383e07
1 changed files with 4 additions and 0 deletions
|
@ -401,6 +401,10 @@ forStartOfGlyphRange: (NSRange)glyphRange;
|
||||||
|
|
||||||
- (void) setHyphenationFactor: (float)factor;
|
- (void) setHyphenationFactor: (float)factor;
|
||||||
|
|
||||||
|
- (unsigned) _charIndexForInsertionPointMovingFromY: (float)position
|
||||||
|
bestX: (float)wanted
|
||||||
|
up: (BOOL)upFlag
|
||||||
|
textContainer: (NSTextContainer *)tc;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface NSObject (NSLayoutManagerDelegate)
|
@interface NSObject (NSLayoutManagerDelegate)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue