Up

NSMenuItemCell

Authors

Michael Hanni( mhanni@sprintmail.com )

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


Contents -

  1. Software documentation for the NSMenuItemCell class

Software documentation for the NSMenuItemCell class

NSMenuItemCell : NSButtonCell

Declared in:
AppKit/NSMenuItemCell.h
Conforms to:
NSCopying
NSCoding
Standards:

Description forthcoming.

Method summary

calcSize

- (void) calcSize;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


drawBorderAndBackgroundWithFrame:inView:

- (void) drawBorderAndBackgroundWithFrame: (NSRect)cellFrame inView: (NSView*)controlView;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


drawImageWithFrame:inView:

- (void) drawImageWithFrame: (NSRect)cellFrame inView: (NSView*)controlView;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


drawKeyEquivalentWithFrame:inView:

- (void) drawKeyEquivalentWithFrame: (NSRect)cellFrame inView: (NSView*)controlView;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


drawSeparatorItemWithFrame:inView:

- (void) drawSeparatorItemWithFrame: (NSRect)cellFrame inView: (NSView*)controlView;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


drawStateImageWithFrame:inView:

- (void) drawStateImageWithFrame: (NSRect)cellFrame inView: (NSView*)controlView;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


drawTitleWithFrame:inView:

- (void) drawTitleWithFrame: (NSRect)cellFrame inView: (NSView*)controlView;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


imageRectForBounds:

- (NSRect) imageRectForBounds: (NSRect)cellFrame;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


imageWidth

- (float) imageWidth;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


isHighlighted

- (BOOL) isHighlighted;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


keyEquivalentRectForBounds:

- (NSRect) keyEquivalentRectForBounds: (NSRect)cellFrame;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


keyEquivalentWidth

- (float) keyEquivalentWidth;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


menuItem

- (NSMenuItem*) menuItem;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


menuView

- (NSMenuView*) menuView;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


needsSizing

- (BOOL) needsSizing;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setHighlighted:

- (void) setHighlighted: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setMenuItem:

- (void) setMenuItem: (NSMenuItem*)item;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setMenuView:

- (void) setMenuView: (NSMenuView*)menuView;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setNeedsSizing:

- (void) setNeedsSizing: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


stateImageRectForBounds:

- (NSRect) stateImageRectForBounds: (NSRect)cellFrame;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


stateImageWidth

- (float) stateImageWidth;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


titleRectForBounds:

- (NSRect) titleRectForBounds: (NSRect)cellFrame;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


titleWidth

- (float) titleWidth;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up