mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 15:20:55 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11788 72102866-910b-0410-8b05-ffd578937521
165 lines
4.2 KiB
HTML
165 lines
4.2 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSMenuItemCell</title>
|
|
</head>
|
|
<body>
|
|
<h1>NSMenuItemCell</h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt>Michael Hanni(<a href="mailto:mhanni@sprintmail.com"><code>
|
|
mhanni@sprintmail.com
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<p>Copyright: (C) 1999 Free Software Foundation, Inc.</p>
|
|
<h1>
|
|
Software documentation for the NSMenuItemCell class
|
|
</h1>
|
|
<h2><a name="class$NSMenuItemCell">NSMenuItemCell</a> : <a href="NSButtonCell.html#class$NSButtonCell">NSButtonCell</a></h2>
|
|
Declared: AppKit/NSMenuItemCell.h<br />
|
|
Conform: NSCopying<br />
|
|
Conform: NSCoding<br />
|
|
<p>
|
|
|
|
</p>
|
|
<h3>calcSize</a></h3>
|
|
- (void) <b>calcSize</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>drawBorderAndBackgroundWithFrame:inView:</a></h3>
|
|
- (void) <b>drawBorderAndBackgroundWithFrame:</b> (NSRect)cellFrame<b> inView:</b> (<a href="NSView.html#class$NSView">NSView</a>*)controlView;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>drawImageWithFrame:inView:</a></h3>
|
|
- (void) <b>drawImageWithFrame:</b> (NSRect)cellFrame<b> inView:</b> (<a href="NSView.html#class$NSView">NSView</a>*)controlView;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>drawKeyEquivalentWithFrame:inView:</a></h3>
|
|
- (void) <b>drawKeyEquivalentWithFrame:</b> (NSRect)cellFrame<b> inView:</b> (<a href="NSView.html#class$NSView">NSView</a>*)controlView;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>drawSeparatorItemWithFrame:inView:</a></h3>
|
|
- (void) <b>drawSeparatorItemWithFrame:</b> (NSRect)cellFrame<b> inView:</b> (<a href="NSView.html#class$NSView">NSView</a>*)controlView;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>drawStateImageWithFrame:inView:</a></h3>
|
|
- (void) <b>drawStateImageWithFrame:</b> (NSRect)cellFrame<b> inView:</b> (<a href="NSView.html#class$NSView">NSView</a>*)controlView;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>drawTitleWithFrame:inView:</a></h3>
|
|
- (void) <b>drawTitleWithFrame:</b> (NSRect)cellFrame<b> inView:</b> (<a href="NSView.html#class$NSView">NSView</a>*)controlView;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>imageRectForBounds:</a></h3>
|
|
- (NSRect) <b>imageRectForBounds:</b> (NSRect)cellFrame;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>imageWidth</a></h3>
|
|
- (float) <b>imageWidth</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>isHighlighted</a></h3>
|
|
- (BOOL) <b>isHighlighted</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>keyEquivalentRectForBounds:</a></h3>
|
|
- (NSRect) <b>keyEquivalentRectForBounds:</b> (NSRect)cellFrame;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>keyEquivalentWidth</a></h3>
|
|
- (float) <b>keyEquivalentWidth</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>menuItem</a></h3>
|
|
- (NSMenuItem*) <b>menuItem</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>menuView</a></h3>
|
|
- (<a href="NSMenuView.html#class$NSMenuView">NSMenuView</a>*) <b>menuView</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>needsSizing</a></h3>
|
|
- (BOOL) <b>needsSizing</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setHighlighted:</a></h3>
|
|
- (void) <b>setHighlighted:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setMenuItem:</a></h3>
|
|
- (void) <b>setMenuItem:</b> (NSMenuItem*)item;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setMenuView:</a></h3>
|
|
- (void) <b>setMenuView:</b> (<a href="NSMenuView.html#class$NSMenuView">NSMenuView</a>*)menuView;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setNeedsSizing:</a></h3>
|
|
- (void) <b>setNeedsSizing:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>stateImageRectForBounds:</a></h3>
|
|
- (NSRect) <b>stateImageRectForBounds:</b> (NSRect)cellFrame;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>stateImageWidth</a></h3>
|
|
- (float) <b>stateImageWidth</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>titleRectForBounds:</a></h3>
|
|
- (NSRect) <b>titleRectForBounds:</b> (NSRect)cellFrame;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>titleWidth</a></h3>
|
|
- (float) <b>titleWidth</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
</body>
|
|
</html>
|