Up
Authors
- Richard Frith-Macdonald(
richard@brainstorm.co.uk
)
-
Copyright: (C) 1999 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSTextStorage.h
Standards:
Description forthcoming.
Method summary
- (void) addLayoutManager: (NSLayoutManager*)obj;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) beginEditing;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (int) changeInLength;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (id) delegate;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) edited: (unsigned)mask range: (NSRange)old changeInLength: (int)delta;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (unsigned) editedMask;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (NSRange) editedRange;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) endEditing;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) ensureAttributesAreFixedInRange: (NSRange)range;
Standards: NotOpenStep, GNUstep, MacOS-X
Description forthcoming.
- (BOOL) fixesAttributesLazily;
Standards: NotOpenStep, GNUstep, MacOS-X
Description forthcoming.
- (void) invalidateAttributesInRange: (NSRange)range;
Standards: NotOpenStep, GNUstep, MacOS-X
Description forthcoming.
- (NSArray*) layoutManagers;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) processEditing;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) removeLayoutManager: (NSLayoutManager*)obj;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setDelegate: (id)delegate;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- Declared in:
- AppKit/NSTextStorage.h
Standards:
Description forthcoming.
Method summary
- (void) textStorageDidProcessEditing: (NSNotification*)notification;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) textStorageWillProcessEditing: (NSNotification*)notification;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
Up