[Previous]
[Up]
[Next]
NSText
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Gui/NSText.h
Inherits from: NSView
Conforms to: NSChangeSpelling
- (void) alignCenter: (id)sender
- (void) alignLeft: (id)sender
- (void) alignRight: (id)sender
- (NSTextAlignment) alignment
- (NSColor*) backgroundColor
- (void) changeFont: (id)sender
- (void) checkSpelling: (id)sender
- (void) copy: (id)sender
- (void) copyFont: (id)sender
- (void) copyRuler: (id)sender
- (void) cut: (id)sender
- (id) delegate
- (void) delete: (id)sender
- (BOOL) drawsBackground
- (NSFont*) font
- (BOOL) importsGraphics
- (id) initWithFrame: (NSRect)frameRect
- (BOOL) isEditable
- (BOOL) isFieldEditor
- (BOOL) isHorizontallyResizable
- (BOOL) isRichText
- (BOOL) isRulerVisible
- (BOOL) isSelectable
- (BOOL) isVerticallyResizable
- (NSSize) maxSize
- (NSSize) minSize
- (void) paste: (id)sender
- (void) pasteFont: (id)sender
- (void) pasteRuler: (id)sender
- (BOOL) readRTFDFromFile: (NSString*)path
- (void) replaceCharactersInRange: (NSRange)aRange withRTF: (NSData*)rtfData
- (void) replaceCharactersInRange: (NSRange)aRange withRTFD: (NSData*)rtfdData
- (void) replaceCharactersInRange: (NSRange)aRange withString: (NSString*)aString
- (NSData*) RTFDFromRange: (NSRange)aRange
- (void) scrollRangeToVisible: (NSRange)aRange
- (void) selectAll: (id)sender
- (NSRange) selectedRange
- (void) setAlignment: (NSTextAlignment)mode
- (void) setBackgroundColor: (NSColor*)aColor
- (void) setDelegate: (id)anObject
- (void) setDrawsBackground: (BOOL)flag
- (void) setEditable: (BOOL)flag
- (void) setFieldEditor: (BOOL)flag
- (void) setFont: (NSFont*)aFont
- (void) setFont: (NSFont*)aFont
- (void) setHorizontallyResizable: (BOOL)flag
- (void) setImportsGraphics: (BOOL)flag
- (void) setMaxSize: (NSSize)aSize
- (void) setMinSize: (NSSize)aSize
- (void) setRichText: (BOOL)flag
- (void) setSelectable: (BOOL)flag
- (void) setSelectedRange: (NSRange)aRange
- (void) setString: (NSString*)aString
- (void) setTextColor: (NSColor*)aColor
- (void) setTextColor: (NSColor*)aColor
- (void) setUsesFontPanel: (BOOL)flag
- (void) setVerticallyResizable: (BOOL)flag
- (void) showGuessPanel: (id)sender
- (void) sizeToFit
- (NSString*) string
- (void) subscript: (id)sender
- (void) superscript: (id)sender
- (NSColor*) textColor
- (void) toggleRuler: (id)sender
- (void) underline: (id)sender
- (void) unscript: (id)sender
- (BOOL) usesFontPanel
- (BOOL) writeRTFDToFile: (NSString*)path atomically: (BOOL)atomicFlag
- (void) textDidBeginEditing: (NSNotification*)aNotification
- (void) textDidChange: (NSNotification*)aNotification
- (void) textDidEndEditing: (NSNotification*)aNotification
- (BOOL) textShouldBeginEditing: (NSText*)aTextObject
- (BOOL) textShouldEndEditing: (NSText*)aTextObject