[Previous]
[Up]
[Next]
NSTextField
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Gui/NSTextField.h
Inherits from: NSControl
Conforms to: NSCoding
- (BOOL) acceptsFirstResponder
- (BOOL) allowsEditingTextAttributes
- (NSColor*) backgroundColor
- (id) delegate
- (BOOL) drawsBackground
- (SEL) errorAction
- (BOOL) importsGraphics
- (BOOL) isBezeled
- (BOOL) isBordered
- (BOOL) isEditable
- (BOOL) isSelectable
- (id) nextText
- (id) previousText
- (void) selectText: (id)sender
- (void) setAllowsEditingTextAttributes: (BOOL)flag
- (void) setBackgroundColor: (NSColor*)aColor
- (void) setBezeled: (BOOL)flag
- (void) setBordered: (BOOL)flag
- (void) setDelegate: (id)anObject
- (void) setDrawsBackground: (BOOL)flag
- (void) setEditable: (BOOL)flag
- (void) setErrorAction: (SEL)aSelector
- (void) setImportsGraphics: (BOOL)flag
- (void) setPreviousText: (id)anObject
- (void) setSelectable: (BOOL)flag
- (void) setTextColor: (NSColor*)aColor
- (void) setTitleWithMnemonic: (NSString*)aString
- (NSColor*) textColor
- (void) textDidBeginEditing: (NSNotification*)aNotification
- (void) textDidChange: (NSNotification*)aNotification
- (void) textDidEndEditing: (NSNotification*)aNotification
- (BOOL) textShouldBeginEditing: (NSText*)textObject
- (BOOL) textShouldEndEditing: (NSText*)textObject