[Previous]
[Up]
[Next]
NSButtonCell
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Gui/NSButtonCell.h
Inherits from: NSActionCell
Conforms to: NSCoding
- (NSImage*) alternateImage
- (NSString*) alternateMnemonic
- (unsigned int) alternateMnemonicLocation
- (NSString*) alternateTitle
- (NSAttributedString*) attributedAlternateTitle
- (NSAttributedString*) attributedTitle
- (NSBezelStyle) bezelStyle
- (void) getPeriodicDelay: (float*)delay interval: (float*)interval
- (NSGradientType) gradientType
- (int) highlightsBy
- (BOOL) imageDimsWhenDisabled
- (NSCellImagePosition) imagePosition
- (BOOL) isOpaque
- (BOOL) isTransparent
- (NSString*) keyEquivalent
- (NSFont*) keyEquivalentFont
- (unsigned int) keyEquivalentModifierMask
- (void) mouseEntered: (NSEvent*)event
- (void) mouseExited: (NSEvent*)event
- (void) performClick: (id)sender
- (void) setAlternateImage: (NSImage*)image
- (void) setAlternateMnemonicLocation: (unsigned int)location
- (void) setAlternateTitle: (NSString*)aString
- (void) setAlternateTitleWithMnemonic: (NSString*)aString
- (void) setAttributedAlternateTitle: (NSAttributedString*)aString
- (void) setAttributedTitle: (NSAttributedString*)aString
- (void) setBezelStyle: (NSBezelStyle)bezelStyle
- (void) setButtonType: (NSButtonType)aType
- (void) setFont: (NSFont*)fontObj
- (void) setGradientType: (NSGradientType)gradientType
- (void) setHighlightsBy: (int)aType
- (void) setImageDimsWhenDisabled: (BOOL)flag
- (void) setImagePosition: (NSCellImagePosition)aPosition
- (void) setKeyEquivalent: (NSString*)aKeyEquivalent
- (void) setKeyEquivalentFont: (NSFont*)fontObj
- (void) setKeyEquivalentFont: (NSString*)fontName
- (void) setKeyEquivalentModifierMask: (unsigned int)mask
- (void) setPeriodicDelay: (float)delay interval: (float)interval
- (void) setShowsBorderOnlyWhileMouseInside: (BOOL)show
- (void) setShowsStateBy: (int)aType
- (void) setSound: (NSSound*)aSound
- (void) setTitle: (NSString*)aString
- (void) setTitleWithMnemonic: (NSString*)aString
- (void) setTransparent: (BOOL)flag
- (int) showsStateBy
- (BOOL) showsBorderOnlyWhileMouseInside
- (NSSound*) sound
- (NSString*) title