Up

NSTextView

Authors

Scott Christley (scottc@net-community.com)
Felipe A. Rodriguez (far@ix.netcom.com)
Daniel Bðhringer (boehring@biomed.ruhr-uni-bochum.de)
Fred Kiefer (FredKiefer@gmx.de)
Nicola Pero (n.pero@mi.flashnet.it)
Pierre-Yves Rivaille (pyrivail@ens-lyon.fr)

Copyright: (C) 1996, 1998, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSTextView class
  2. Software documentation for the NSObject(NSTextViewDelegate) informal protocol
  3. Software documentation for the NSTextView(GSTextView_sync) category
  4. Software documentation for the NSTextView(leftovers) category
  5. Software documentation for the NSTextView(user_actions) category

Software documentation for the NSTextView class

NSTextView : NSText

Declared in:
AppKit/NSTextView.h
Conforms to:
NSTextInput
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Instance Variables

Method summary

defaultTypingAttributes 

+ (NSDictionary*) defaultTypingAttributes;
Availability: Not in OpenStep/MacOS-X

Returns the default typing attributes: black text, default paragraph style (as returned by [NSParagraphStyle defaultParagraphStyle]), and default user font and size (as returned by [NSFont userFontOfSize: 0.0]). GNUstep extension.


registerForServices 

+ (void) registerForServices;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


_updateInputMethodState 

- (void) _updateInputMethodState;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


_updateInputMethodWithInsertionPoint: 

- (void) _updateInputMethodWithInsertionPoint: (NSPoint)insertionPoint;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


allowsUndo 

- (BOOL) allowsUndo;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


didChangeText 

- (void) didChangeText;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


initWithFrame: 

- (id) initWithFrame: (NSRect)frameRect;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


initWithFrame: textContainer: 

- (id) initWithFrame: (NSRect)frameRect textContainer: (NSTextContainer*)container;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


insertionPointColor 

- (NSColor*) insertionPointColor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


invalidateTextContainerOrigin 

- (void) invalidateTextContainerOrigin;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


isContinuousSpellCheckingEnabled 

- (BOOL) isContinuousSpellCheckingEnabled;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


layoutManager 

- (NSLayoutManager*) layoutManager;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


markedTextAttributes 

- (NSDictionary*) markedTextAttributes;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


pasteAsPlainText: 

- (void) pasteAsPlainText: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


pasteAsRichText: 

- (void) pasteAsRichText: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


rangeForUserCharacterAttributeChange 

- (NSRange) rangeForUserCharacterAttributeChange;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


rangeForUserParagraphAttributeChange 

- (NSRange) rangeForUserParagraphAttributeChange;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


rangeForUserTextChange 

- (NSRange) rangeForUserTextChange;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


replaceCharactersInRange: withAttributedString: 

- (void) replaceCharactersInRange: (NSRange)aRange withAttributedString: (NSAttributedString*)aString;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


replaceCharactersInRange: withString: 

- (void) replaceCharactersInRange: (NSRange)aRange withString: (NSString*)aString;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


replaceTextContainer: 

- (void) replaceTextContainer: (NSTextContainer*)newContainer;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectedTextAttributes 

- (NSDictionary*) selectedTextAttributes;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAlignment: range: 

- (void) setAlignment: (NSTextAlignment)alignment range: (NSRange)range;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAllowsUndo: 

- (void) setAllowsUndo: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setConstrainedFrameSize: 

- (void) setConstrainedFrameSize: (NSSize)desiredSize;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setContinuousSpellCheckingEnabled: 

- (void) setContinuousSpellCheckingEnabled: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setInsertionPointColor: 

- (void) setInsertionPointColor: (NSColor*)color;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setMarkedTextAttributes: 

- (void) setMarkedTextAttributes: (NSDictionary*)attributeDictionary;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setRulerVisible: 

- (void) setRulerVisible: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setSelectedTextAttributes: 

- (void) setSelectedTextAttributes: (NSDictionary*)attributeDictionary;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setSmartInsertDeleteEnabled: 

- (void) setSmartInsertDeleteEnabled: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setTextContainer: 

- (void) setTextContainer: (NSTextContainer*)container;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setTextContainerInset: 

- (void) setTextContainerInset: (NSSize)inset;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setUsesRuler: 

- (void) setUsesRuler: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


shouldChangeTextInRange: replacementString: 

- (BOOL) shouldChangeTextInRange: (NSRange)affectedCharRange replacementString: (NSString*)replacementString;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


smartInsertDeleteEnabled 

- (BOOL) smartInsertDeleteEnabled;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


textContainer 

- (NSTextContainer*) textContainer;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


textContainerInset 

- (NSSize) textContainerInset;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


textContainerOrigin 

- (NSPoint) textContainerOrigin;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


textStorage 

- (NSTextStorage*) textStorage;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


usesRuler 

- (BOOL) usesRuler;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.




Instance Variables for NSTextView Class

_backgroundColor

@protected NSColor* _backgroundColor;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_currentInsertionPointMovementDirection

@protected int _currentInsertionPointMovementDirection;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_delegate

@protected id _delegate;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_dragTargetSelectionRange

@protected NSRange _dragTargetSelectionRange;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_drawInsertionPointNow

@protected BOOL _drawInsertionPointNow;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_insertionPointColor

@protected NSColor* _insertionPointColor;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_insertionPointRect

@protected NSRect _insertionPointRect;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_insertionPointTimer

@protected NSTimer* _insertionPointTimer;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_layoutManager

@protected NSLayoutManager* _layoutManager;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_markedTextAttributes

@protected NSDictionary* _markedTextAttributes;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_maxSize

@protected NSSize _maxSize;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_minSize

@protected NSSize _minSize;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_notifObject

@protected NSTextView* _notifObject;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_originalInsertionPointCharacterIndex

@protected unsigned int _originalInsertionPointCharacterIndex;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_selectedTextAttributes

@protected NSDictionary* _selectedTextAttributes;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_spellCheckerDocumentTag

@protected int _spellCheckerDocumentTag;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_textContainer

@protected NSTextContainer* _textContainer;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_textContainerInset

@protected NSSize _textContainerInset;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_textContainerOrigin

@protected NSPoint _textContainerOrigin;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_textStorage

@protected NSTextStorage* _textStorage;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_tf

@protected struct GSTextViewFlagsType _tf;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Software documentation for the NSObject(NSTextViewDelegate) informal protocol

NSObject(NSTextViewDelegate)

Declared in:
AppKit/NSTextView.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Method summary

textView: clickedOnCell: inRect: 

- (void) textView: (NSTextView*)textView clickedOnCell: (id<NSTextAttachmentCell>)cell inRect: (NSRect)cellFrame;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


textView: clickedOnCell: inRect: atIndex: 

- (void) textView: (NSTextView*)textView clickedOnCell: (id<NSTextAttachmentCell>)cell inRect: (NSRect)cellFrame atIndex: (unsigned)charIndex;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


textView: clickedOnLink: 

- (BOOL) textView: (NSTextView*)textView clickedOnLink: (id)link;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


textView: clickedOnLink: atIndex: 

- (BOOL) textView: (NSTextView*)textView clickedOnLink: (id)link atIndex: (unsigned)charIndex;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


textView: doCommandBySelector: 

- (BOOL) textView: (NSTextView*)textView doCommandBySelector: (SEL)commandSelector;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


textView: doubleClickedOnCell: inRect: 

- (void) textView: (NSTextView*)textView doubleClickedOnCell: (id<NSTextAttachmentCell>)cell inRect: (NSRect)cellFrame;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


textView: doubleClickedOnCell: inRect: atIndex: 

- (void) textView: (NSTextView*)textView doubleClickedOnCell: (id<NSTextAttachmentCell>)cell inRect: (NSRect)cellFrame atIndex: (unsigned)charIndex;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


textView: draggedCell: inRect: event: 

- (void) textView: (NSTextView*)view draggedCell: (id<NSTextAttachmentCell>)cell inRect: (NSRect)rect event: (NSEvent*)event;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


textView: draggedCell: inRect: event: atIndex: 

- (void) textView: (NSTextView*)view draggedCell: (id<NSTextAttachmentCell>)cell inRect: (NSRect)rect event: (NSEvent*)event atIndex: (unsigned)charIndex;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


textView: shouldChangeTextInRange: replacementString: 

- (BOOL) textView: (NSTextView*)textView shouldChangeTextInRange: (NSRange)affectedCharRange replacementString: (NSString*)replacementString;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


textView: willChangeSelectionFromCharacterRange: toCharacterRange: 

- (NSRange) textView: (NSTextView*)textView willChangeSelectionFromCharacterRange: (NSRange)oldSelectedCharRange toCharacterRange: (NSRange)newSelectedCharRange;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


textViewDidChangeSelection: 

- (void) textViewDidChangeSelection: (NSNotification*)notification;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


undoManagerForTextView: 

- (NSUndoManager*) undoManagerForTextView: (NSTextView*)view;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Software documentation for the NSTextView(GSTextView_sync) category

NSTextView(GSTextView_sync)

Declared in:
AppKit/NSTextView.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Method summary

_layoutManagerDidInvalidateLayout 

- (void) _layoutManagerDidInvalidateLayout;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


_recacheDelegateResponses 

- (void) _recacheDelegateResponses;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


_syncTextViewsByCalling: withFlag: 

- (void) _syncTextViewsByCalling: (SEL)action withFlag: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


_updateMultipleTextViews 

- (void) _updateMultipleTextViews;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


Software documentation for the NSTextView(leftovers) category

NSTextView(leftovers)

Declared in:
AppKit/NSTextView.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Method summary

acceptableDragTypes 

- (NSArray*) acceptableDragTypes;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


cleanUpAfterDragOperation 

- (void) cleanUpAfterDragOperation;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


dragImageForSelectionWithEvent: origin: 

- (NSImage*) dragImageForSelectionWithEvent: (NSEvent*)event origin: (NSPoint*)origin;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


dragOperationForDraggingInfo: type: 

- (unsigned int) dragOperationForDraggingInfo: (id)dragInfo type: (NSString*)type;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


dragSelectionWithEvent: offset: slideBack: 

- (BOOL) dragSelectionWithEvent: (NSEvent*)event offset: (NSSize)mouseOffset slideBack: (BOOL)slideBack;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


drawInsertionPointInRect: color: turnedOn: 

- (void) drawInsertionPointInRect: (NSRect)rect color: (NSColor*)color turnedOn: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


preferredPasteboardTypeFromArray: restrictedToTypesFromArray: 

- (NSString*) preferredPasteboardTypeFromArray: (NSArray*)availableTypes restrictedToTypesFromArray: (NSArray*)allowedTypes;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


readSelectionFromPasteboard: 

- (BOOL) readSelectionFromPasteboard: (NSPasteboard*)pboard;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


readSelectionFromPasteboard: type: 

- (BOOL) readSelectionFromPasteboard: (NSPasteboard*)pboard type: (NSString*)type;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


readablePasteboardTypes 

- (NSArray*) readablePasteboardTypes;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


rulerView: didAddMarker: 

- (void) rulerView: (NSRulerView*)ruler didAddMarker: (NSRulerMarker*)marker;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


rulerView: didMoveMarker: 

- (void) rulerView: (NSRulerView*)ruler didMoveMarker: (NSRulerMarker*)marker;
Availability: Not in OpenStep/MacOS-X

Mote movement of marker


rulerView: didRemoveMarker: 

- (void) rulerView: (NSRulerView*)ruler didRemoveMarker: (NSRulerMarker*)marker;
Availability: Not in OpenStep/MacOS-X

Handle removal of marker.


rulerView: handleMouseDown: 

- (void) rulerView: (NSRulerView*)ruler handleMouseDown: (NSEvent*)event;
Availability: Not in OpenStep/MacOS-X

Set new marker position from mouse down location.


rulerView: shouldAddMarker: 

- (BOOL) rulerView: (NSRulerView*)ruler shouldAddMarker: (NSRulerMarker*)marker;
Availability: Not in OpenStep/MacOS-X

Return YES if the marker should be added, NO otherwise.


rulerView: shouldMoveMarker: 

- (BOOL) rulerView: (NSRulerView*)ruler shouldMoveMarker: (NSRulerMarker*)marker;
Availability: Not in OpenStep/MacOS-X

Return YES if the marker should be moved, NO otherwise.


rulerView: shouldRemoveMarker: 

- (BOOL) rulerView: (NSRulerView*)ruler shouldRemoveMarker: (NSRulerMarker*)marker;
Availability: Not in OpenStep/MacOS-X

Return YES if the marker should be removed, NO otherwise.


rulerView: willAddMarker: atLocation: 

- (float) rulerView: (NSRulerView*)ruler willAddMarker: (NSRulerMarker*)marker atLocation: (float)location;
Availability: Not in OpenStep/MacOS-X

Return a position for adding by constraining the specified location.


rulerView: willMoveMarker: toLocation: 

- (float) rulerView: (NSRulerView*)ruler willMoveMarker: (NSRulerMarker*)marker toLocation: (float)location;
Availability: Not in OpenStep/MacOS-X

Return a new position by constraining the specified location.


selectedRange 

- (NSRange) selectedRange;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectionAffinity 

- (NSSelectionAffinity) selectionAffinity;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectionGranularity 

- (NSSelectionGranularity) selectionGranularity;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectionRangeForProposedRange: granularity: 

- (NSRange) selectionRangeForProposedRange: (NSRange)proposedCharRange granularity: (NSSelectionGranularity)gr;
Availability: Not in OpenStep/MacOS-X

Return a range of text which encompasses proposedCharRange but is extended (if necessary) to match the type of selection specified by gr.


setNeedsDisplayInRect: avoidAdditionalLayout: 

- (void) setNeedsDisplayInRect: (NSRect)rect avoidAdditionalLayout: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setSelectedRange: 

- (void) setSelectedRange: (NSRange)charRange;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setSelectedRange: affinity: stillSelecting: 

- (void) setSelectedRange: (NSRange)charRange affinity: (NSSelectionAffinity)affinity stillSelecting: (BOOL)stillSelectingFlag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setSelectionGranularity: 

- (void) setSelectionGranularity: (NSSelectionGranularity)granularity;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setTypingAttributes: 

- (void) setTypingAttributes: (NSDictionary*)attrs;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


shouldDrawInsertionPoint 

- (BOOL) shouldDrawInsertionPoint;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


smartDeleteRangeForProposedRange: 

- (NSRange) smartDeleteRangeForProposedRange: (NSRange)proposedCharRange;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


smartInsertForString: replacingRange: beforeString: afterString: 

- (void) smartInsertForString: (NSString*)aString replacingRange: (NSRange)charRange beforeString: (NSString**)beforeString afterString: (NSString**)afterString;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


spellCheckerDocumentTag 

- (int) spellCheckerDocumentTag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


typingAttributes 

- (NSDictionary*) typingAttributes;
Availability: Not in OpenStep/MacOS-X

TODO: categorize


updateDragTypeRegistration 

- (void) updateDragTypeRegistration;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


updateFontPanel 

- (void) updateFontPanel;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


updateInsertionPointStateAndRestartTimer: 

- (void) updateInsertionPointStateAndRestartTimer: (BOOL)restartFlag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


updateRuler 

- (void) updateRuler;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


validRequestorForSendType: returnType: 

- (id) validRequestorForSendType: (NSString*)sendType returnType: (NSString*)returnType;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


writablePasteboardTypes 

- (NSArray*) writablePasteboardTypes;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


writeSelectionToPasteboard: type: 

- (BOOL) writeSelectionToPasteboard: (NSPasteboard*)pboard type: (NSString*)type;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


writeSelectionToPasteboard: types: 

- (BOOL) writeSelectionToPasteboard: (NSPasteboard*)pboard types: (NSArray*)types;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Software documentation for the NSTextView(user_actions) category

NSTextView(user_actions)

Declared in:
AppKit/NSTextView.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Method summary

alignJustified: 

- (void) alignJustified: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


loosenKerning: 

- (void) loosenKerning: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


lowerBaseline: 

- (void) lowerBaseline: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


raiseBaseline: 

- (void) raiseBaseline: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tightenKerning: 

- (void) tightenKerning: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


toggleContinuousSpellChecking: 

- (void) toggleContinuousSpellChecking: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


toggleTraditionalCharacterShape: 

- (void) toggleTraditionalCharacterShape: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


transpose: 

- (void) transpose: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


turnOffKerning: 

- (void) turnOffKerning: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


turnOffLigatures: 

- (void) turnOffLigatures: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


useAllLigatures: 

- (void) useAllLigatures: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


useStandardKerning: 

- (void) useStandardKerning: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


useStandardLigatures: 

- (void) useStandardLigatures: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.



Up