[Previous]
[Up]
[Next]
NSButton
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Gui/NSButton.h
Inherits from: NSControl
Conforms to: NSCoding
Instance Variables
Methods
Instances Methods
- (BOOL) allowsMixedState;
- (NSImage*) alternateImage;
- (NSString*) alternateTitle;
- (NSAttributedString*) attributedAlternateTitle;
- (NSAttributedString*) attributedTitle;
- (NSBezelStyle) bezelStyle;
- (void) getPeriodicDelay: (float*)delay interval: (float*)interval;
- (void) highlight: (BOOL)flag;
- (NSCellImagePosition) imagePosition;
- (BOOL) isBordered;
- (BOOL) isTransparent;
- (NSString*) keyEquivalent;
- (unsigned int) keyEquivalentModifierMask;
- (void) performClick: (id)sender;
- (BOOL) performKeyEquivalent: (NSEvent*)anEvent;
- (void) setAllowsMixedState: (BOOL)flag;
- (void) setAlternateImage: (NSImage*)image;
- (void) setAlternateTitle: (NSString*)aString;
- (void) setAttributedAlternateTitle: (NSAttributedString*)aString;
- (void) setAttributedTitle: (NSAttributedString*)aString;
- (void) setBezelStyle: (NSBezelStyle)bezelStyle;
- (void) setBordered: (BOOL)flag;
- (void) setButtonType: (NSButtonType)aType;
- (void) setImage: (NSImage*)image;
- (void) setImagePosition: (NSCellImagePosition)aPosition;
- (void) setKeyEquivalent: (NSString*)charCode;
- (void) setKeyEquivalentModifierMask: (unsigned int)mask;
- (void) setNextState;
- (void) setPeriodicDelay: (float)delay interval: (float)interval;
- (void) setShowsBorderOnlyWhileMouseInside: (BOOL)show;
- (void) setSound: (NSSound*)aSound;
- (void) setState: (int)value;
- (void) setTitle: (NSString*)aString;
- (void) setTitleWithMnemonic: (NSString*)aString;
- (void) setTransparent: (BOOL)flag;
- (BOOL) showsBorderOnlyWhileMouseInside;
- (NSSound*) sound;
- (int) state;
- (NSString*) title;