Two new NSTextView like methods.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7543 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2000-09-18 23:32:50 +00:00
parent 5bedc4e137
commit 124b91bedb

View file

@ -43,6 +43,7 @@
@class NSColor;
@class NSFont;
@class NSTextStorage;
@class NSTextContainer;
typedef enum _NSTextAlignment {
NSLeftTextAlignment = 0,
@ -296,6 +297,8 @@ typedef enum _NSSelectionAffinity {
@interface NSText(NSTextView)
// Methods that should be declared on NSTextView, but are usable for NSText
- (NSTextContainer *)textContainer;
- (NSPoint)textContainerOrigin;
- (void) setRulerVisible: (BOOL)flag;
- (NSRange)rangeForUserTextChange;