Up

NSButtonCell

Authors

Scott Christley (scottc@net-community.com)
Felipe A. Rodriguez (far@ix.netcom.com)
The button cell class

Copyright: (C) 1996-1999 Free Software Foundation, Inc.

Software documentation for the NSButtonCell class

NSButtonCell : NSActionCell

Declared in:
AppKit/NSButtonCell.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Instance Variables

Method summary

alternateImage 

- (NSImage*) alternateImage;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


alternateMnemonic 

- (NSString*) alternateMnemonic;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


alternateMnemonicLocation 

- (unsigned) alternateMnemonicLocation;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


alternateTitle 

- (NSString*) alternateTitle;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


attributedAlternateTitle 

- (NSAttributedString*) attributedAlternateTitle;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


attributedTitle 

- (NSAttributedString*) attributedTitle;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


bezelStyle 

- (NSBezelStyle) bezelStyle;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


getPeriodicDelay: interval: 

- (void) getPeriodicDelay: (float*)delay interval: (float*)interval;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


gradientType 

- (NSGradientType) gradientType;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


highlightsBy 

- (int) highlightsBy;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


imageDimsWhenDisabled 

- (BOOL) imageDimsWhenDisabled;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


imagePosition 

- (NSCellImagePosition) imagePosition;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


isTransparent 

- (BOOL) isTransparent;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


keyEquivalent 

- (NSString*) keyEquivalent;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


keyEquivalentFont 

- (NSFont*) keyEquivalentFont;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


keyEquivalentModifierMask 

- (unsigned int) keyEquivalentModifierMask;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


mouseEntered: 

- (void) mouseEntered: (NSEvent*)event;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


mouseExited: 

- (void) mouseExited: (NSEvent*)event;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAlternateImage: 

- (void) setAlternateImage: (NSImage*)anImage;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAlternateMnemonicLocation: 

- (void) setAlternateMnemonicLocation: (unsigned)location;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAlternateTitle: 

- (void) setAlternateTitle: (NSString*)aString;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAlternateTitleWithMnemonic: 

- (void) setAlternateTitleWithMnemonic: (NSString*)aString;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAttributedAlternateTitle: 

- (void) setAttributedAlternateTitle: (NSAttributedString*)aString;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAttributedTitle: 

- (void) setAttributedTitle: (NSAttributedString*)aString;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setBezelStyle: 

- (void) setBezelStyle: (NSBezelStyle)bezelStyle;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setButtonType: 

- (void) setButtonType: (NSButtonType)buttonType;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setFont: 

- (void) setFont: (NSFont*)fontObject;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setGradientType: 

- (void) setGradientType: (NSGradientType)gradientType;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setHighlightsBy: 

- (void) setHighlightsBy: (int)mask;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setImageDimsWhenDisabled: 

- (void) setImageDimsWhenDisabled: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setImagePosition: 

- (void) setImagePosition: (NSCellImagePosition)aPosition;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setKeyEquivalent: 

- (void) setKeyEquivalent: (NSString*)key;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setKeyEquivalentFont: 

- (void) setKeyEquivalentFont: (NSFont*)fontObj;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setKeyEquivalentFont: size: 

- (void) setKeyEquivalentFont: (NSString*)fontName size: (float)fontSize;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setKeyEquivalentModifierMask: 

- (void) setKeyEquivalentModifierMask: (unsigned int)mask;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setPeriodicDelay: interval: 

- (void) setPeriodicDelay: (float)delay interval: (float)interval;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setShowsBorderOnlyWhileMouseInside: 

- (void) setShowsBorderOnlyWhileMouseInside: (BOOL)show;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setShowsStateBy: 

- (void) setShowsStateBy: (int)mask;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setSound: 

- (void) setSound: (NSSound*)aSound;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setTitle: 

- (void) setTitle: (NSString*)aString;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setTitleWithMnemonic: 

- (void) setTitleWithMnemonic: (NSString*)aString;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setTransparent: 

- (void) setTransparent: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


showsBorderOnlyWhileMouseInside 

- (BOOL) showsBorderOnlyWhileMouseInside;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


showsStateBy 

- (int) showsStateBy;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


sound 

- (NSSound*) sound;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


title 

- (NSString*) title;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.




Instance Variables for NSButtonCell Class

_altContents

@protected NSString* _altContents;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_altImage

@protected NSImage* _altImage;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_bezel_style

@protected NSBezelStyle _bezel_style;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_delayInterval

@protected float _delayInterval;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_gradient_type

@protected NSGradientType _gradient_type;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_highlightsByMask

@protected unsigned int _highlightsByMask;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_keyEquivalent

@protected NSString* _keyEquivalent;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_keyEquivalentFont

@protected NSFont* _keyEquivalentFont;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_keyEquivalentModifierMask

@protected unsigned int _keyEquivalentModifierMask;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_mouse_inside

@protected BOOL _mouse_inside;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_repeatInterval

@protected float _repeatInterval;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_showAltStateMask

@protected unsigned int _showAltStateMask;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_shows_border_only_while_mouse_inside

@protected BOOL _shows_border_only_while_mouse_inside;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_sound

@protected NSSound* _sound;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.






Up