mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
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:
parent
e63280a9fb
commit
dd287980ee
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue