Added transpose: ; removed category and cleaned up a bit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12393 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-02-03 14:00:07 +00:00
parent e63280a9fb
commit dd287980ee

View file

@ -300,11 +300,9 @@ shouldRemoveMarker: (NSRulerMarker *)marker;
- (NSRange) selectionRangeForProposedRange: (NSRange)proposedCharRange
granularity: (NSSelectionGranularity)gr;
@end
- (void) transpose: (id)sender;
@interface NSTextView (NSSharing)
// The methods in this category deal with settings that need to be
// The methods in the following list deal with settings that need to be
// shared by all the GNUTextViews of a single NSLayoutManager. Many
// of these methods are overrides of NSText or NSResponder methods.
@ -359,6 +357,7 @@ shouldRemoveMarker: (NSRulerMarker *)marker;
/*************************** NSText methods ***************************/
/* Declared in the superclass
- (BOOL) isSelectable;
- (void) setSelectable:(BOOL)flag;
- (BOOL) isEditable;
@ -378,6 +377,7 @@ shouldRemoveMarker: (NSRulerMarker *)marker;
- (NSColor *) backgroundColor;
- (void) setDrawsBackground:(BOOL)flag;
- (BOOL) drawsBackground;
*/
- (NSRange) selectedRange;
- (void) setSelectedRange:(NSRange)charRange;