NSMenuItemCell

Authors

Michael Hanni( mhanni@sprintmail.com )

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

Software documentation for the NSMenuItemCell class

NSMenuItemCell : NSButtonCell

Declared: AppKit/NSMenuItemCell.h
Conform: NSCopying
Conform: NSCoding

calcSize

- (void) calcSize;


drawBorderAndBackgroundWithFrame:inView:

- (void) drawBorderAndBackgroundWithFrame: (NSRect)cellFrame inView: (NSView*)controlView;


drawImageWithFrame:inView:

- (void) drawImageWithFrame: (NSRect)cellFrame inView: (NSView*)controlView;


drawKeyEquivalentWithFrame:inView:

- (void) drawKeyEquivalentWithFrame: (NSRect)cellFrame inView: (NSView*)controlView;


drawSeparatorItemWithFrame:inView:

- (void) drawSeparatorItemWithFrame: (NSRect)cellFrame inView: (NSView*)controlView;


drawStateImageWithFrame:inView:

- (void) drawStateImageWithFrame: (NSRect)cellFrame inView: (NSView*)controlView;


drawTitleWithFrame:inView:

- (void) drawTitleWithFrame: (NSRect)cellFrame inView: (NSView*)controlView;


imageRectForBounds:

- (NSRect) imageRectForBounds: (NSRect)cellFrame;


imageWidth

- (float) imageWidth;


isHighlighted

- (BOOL) isHighlighted;


keyEquivalentRectForBounds:

- (NSRect) keyEquivalentRectForBounds: (NSRect)cellFrame;


keyEquivalentWidth

- (float) keyEquivalentWidth;


menuItem

- (NSMenuItem*) menuItem;


menuView

- (NSMenuView*) menuView;


needsSizing

- (BOOL) needsSizing;


setHighlighted:

- (void) setHighlighted: (BOOL)flag;


setMenuItem:

- (void) setMenuItem: (NSMenuItem*)item;


setMenuView:

- (void) setMenuView: (NSMenuView*)menuView;


setNeedsSizing:

- (void) setNeedsSizing: (BOOL)flag;


stateImageRectForBounds:

- (NSRect) stateImageRectForBounds: (NSRect)cellFrame;


stateImageWidth

- (float) stateImageWidth;


titleRectForBounds:

- (NSRect) titleRectForBounds: (NSRect)cellFrame;


titleWidth

- (float) titleWidth;