mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 17:51:02 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
497 lines
20 KiB
HTML
497 lines
20 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSMenuView</title>
|
|
</head>
|
|
<body>
|
|
<a href="Gui.html">Up</a>
|
|
<br />
|
|
<h1><a name="title$NSMenuView">NSMenuView</a></h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt>Fred Kiefer(<a href="mailto:FredKiefer@gmx.de"><code>
|
|
FredKiefer@gmx.de
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
<dt>David Lazaro Saz(<a href="mailto:khelekir@encomix.es"><code>
|
|
khelekir@encomix.es
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
<dt>Michael Hanni(<a href="mailto:mhanni@sprintmail.com"><code>
|
|
mhanni@sprintmail.com
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<p><b>Copyright:</b> (C) 1999 Free Software Foundation, Inc.</p>
|
|
<div>
|
|
<hr width="50%" align="left" />
|
|
<h3>Contents -</h3>
|
|
<ol>
|
|
<li>
|
|
<a href="#001000000000">Software documentation for the NSMenuView class</a>
|
|
</li>
|
|
</ol>
|
|
<hr width="50%" align="left" />
|
|
</div>
|
|
<h1><a name="001000000000">
|
|
Software documentation for the NSMenuView class
|
|
</a></h1>
|
|
<h2><a name="class$NSMenuView">NSMenuView</a> : <a rel="gsdoc" href="NSView.html#class$NSView">NSView</a></h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSMenuView.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Conforms to:</b></dt>
|
|
<dd><a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#protocol$(NSCoding)">NSCoding</a></dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>GNUstep</li>
|
|
<li>MacOS-X</li>
|
|
<li>OpenStep</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView+menuBarHeight">+menuBarHeight</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-attachSubmenuForItemAtIndex:">-attachSubmenuForItemAtIndex:</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-attachedMenu">-attachedMenu</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-attachedMenuView">-attachedMenuView</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-detachSubmenu">-detachSubmenu</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-font">-font</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-highlightedItemIndex">-highlightedItemIndex</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-horizontalEdgePadding">-horizontalEdgePadding</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-imageAndTitleOffset">-imageAndTitleOffset</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-imageAndTitleWidth">-imageAndTitleWidth</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-indexOfItemAtPoint:">-indexOfItemAtPoint:</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-initAsTearOff">-initAsTearOff</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-innerRect">-innerRect</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-isAttached">-isAttached</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-isHorizontal">-isHorizontal</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-isTornOff">-isTornOff</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-itemAdded:">-itemAdded:</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-itemChanged:">-itemChanged:</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-itemRemoved:">-itemRemoved:</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-keyEquivalentOffset">-keyEquivalentOffset</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-keyEquivalentWidth">-keyEquivalentWidth</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-locationForSubmenu:">-locationForSubmenu:</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-menu">-menu</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-menuItemCellForItemAtIndex:">-menuItemCellForItemAtIndex:</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-needsSizing">-needsSizing</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-performActionWithHighlightingForItemAtIndex:">-performActionWithHighlightingForItemAtIndex:</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-rectOfItemAtIndex:">-rectOfItemAtIndex:</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-resizeWindowWithMaxHeight:">-resizeWindowWithMaxHeight:</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-setFont:">-setFont:</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-setHighlightedItemIndex:">-setHighlightedItemIndex:</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-setHorizontal:">-setHorizontal:</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-setHorizontalEdgePadding:">-setHorizontalEdgePadding:</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-setMenu:">-setMenu:</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-setMenuItemCell:forItemAtIndex:">-setMenuItemCell:forItemAtIndex:</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-setNeedsDisplayForItemAtIndex:">-setNeedsDisplayForItemAtIndex:</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-setNeedsSizing:">-setNeedsSizing:</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-setWindowFrameForAttachingToRect:onScreen:preferredEdge:popUpSelectedItem:">-setWindowFrameForAttachingToRect:onScreen:preferredEdge:popUpSelectedItem:</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-sizeToFit">-sizeToFit</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-stateImageOffset">-stateImageOffset</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-stateImageWidth">-stateImageWidth</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-trackWithEvent:">-trackWithEvent:</a></li>
|
|
<li><a rel="gsdoc" href="NSMenuView.html#method$NSMenuView-update">-update</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSMenuView+menuBarHeight">menuBarHeight</a></h3>
|
|
+ (float) <b>menuBarHeight</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-attachSubmenuForItemAtIndex:">attachSubmenuForItemAtIndex:</a></h3>
|
|
- (void) <b>attachSubmenuForItemAtIndex:</b> (int)index;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-attachedMenu">attachedMenu</a></h3>
|
|
- (<a rel="gsdoc" href="NSMenu.html#class$NSMenu">NSMenu</a>*) <b>attachedMenu</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-attachedMenuView">attachedMenuView</a></h3>
|
|
- (<a rel="gsdoc" href="#class$NSMenuView">NSMenuView</a>*) <b>attachedMenuView</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-detachSubmenu">detachSubmenu</a></h3>
|
|
- (void) <b>detachSubmenu</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-font">font</a></h3>
|
|
- (<a rel="gsdoc" href="NSFont.html#class$NSFont">NSFont</a>*) <b>font</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-highlightedItemIndex">highlightedItemIndex</a></h3>
|
|
- (int) <b>highlightedItemIndex</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-horizontalEdgePadding">horizontalEdgePadding</a></h3>
|
|
- (float) <b>horizontalEdgePadding</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-imageAndTitleOffset">imageAndTitleOffset</a></h3>
|
|
- (float) <b>imageAndTitleOffset</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-imageAndTitleWidth">imageAndTitleWidth</a></h3>
|
|
- (float) <b>imageAndTitleWidth</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-indexOfItemAtPoint:">indexOfItemAtPoint:</a></h3>
|
|
- (int) <b>indexOfItemAtPoint:</b> (NSPoint)point;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-initAsTearOff">initAsTearOff</a></h3>
|
|
- (id) <b>initAsTearOff</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-innerRect">innerRect</a></h3>
|
|
- (NSRect) <b>innerRect</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-isAttached">isAttached</a></h3>
|
|
- (BOOL) <b>isAttached</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-isHorizontal">isHorizontal</a></h3>
|
|
- (BOOL) <b>isHorizontal</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-isTornOff">isTornOff</a></h3>
|
|
- (BOOL) <b>isTornOff</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-itemAdded:">itemAdded:</a></h3>
|
|
- (void) <b>itemAdded:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSNotification.html#class$NSNotification">NSNotification</a>*)notification;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-itemChanged:">itemChanged:</a></h3>
|
|
- (void) <b>itemChanged:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSNotification.html#class$NSNotification">NSNotification</a>*)notification;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-itemRemoved:">itemRemoved:</a></h3>
|
|
- (void) <b>itemRemoved:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSNotification.html#class$NSNotification">NSNotification</a>*)notification;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-keyEquivalentOffset">keyEquivalentOffset</a></h3>
|
|
- (float) <b>keyEquivalentOffset</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-keyEquivalentWidth">keyEquivalentWidth</a></h3>
|
|
- (float) <b>keyEquivalentWidth</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-locationForSubmenu:">locationForSubmenu:</a></h3>
|
|
- (NSPoint) <b>locationForSubmenu:</b> (<a rel="gsdoc" href="NSMenu.html#class$NSMenu">NSMenu</a>*)aSubmenu;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
Returns the correct frame origin for
|
|
<var>aSubmenu</var> based on the location of the
|
|
receiver. This location may depend on the current
|
|
NSInterfaceStyle.
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-menu">menu</a></h3>
|
|
- (<a rel="gsdoc" href="NSMenu.html#class$NSMenu">NSMenu</a>*) <b>menu</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-menuItemCellForItemAtIndex:">menuItemCellForItemAtIndex:</a></h3>
|
|
- (<a rel="gsdoc" href="NSMenuItemCell.html#class$NSMenuItemCell">NSMenuItemCell</a>*) <b>menuItemCellForItemAtIndex:</b> (int)index;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-needsSizing">needsSizing</a></h3>
|
|
- (BOOL) <b>needsSizing</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-performActionWithHighlightingForItemAtIndex:">performActionWithHighlightingForItemAtIndex:</a></h3>
|
|
- (void) <b>performActionWithHighlightingForItemAtIndex:</b> (int)index;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-rectOfItemAtIndex:">rectOfItemAtIndex:</a></h3>
|
|
- (NSRect) <b>rectOfItemAtIndex:</b> (int)index;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-resizeWindowWithMaxHeight:">resizeWindowWithMaxHeight:</a></h3>
|
|
- (void) <b>resizeWindowWithMaxHeight:</b> (float)maxHeight;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-setFont:">setFont:</a></h3>
|
|
- (void) <b>setFont:</b> (<a rel="gsdoc" href="NSFont.html#class$NSFont">NSFont</a>*)font;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-setHighlightedItemIndex:">setHighlightedItemIndex:</a></h3>
|
|
- (void) <b>setHighlightedItemIndex:</b> (int)index;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-setHorizontal:">setHorizontal:</a></h3>
|
|
- (void) <b>setHorizontal:</b> (BOOL)flag;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-setHorizontalEdgePadding:">setHorizontalEdgePadding:</a></h3>
|
|
- (void) <b>setHorizontalEdgePadding:</b> (float)pad;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-setMenu:">setMenu:</a></h3>
|
|
- (void) <b>setMenu:</b> (<a rel="gsdoc" href="NSMenu.html#class$NSMenu">NSMenu</a>*)menu;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-setMenuItemCell:forItemAtIndex:">setMenuItemCell:forItemAtIndex:</a></h3>
|
|
- (void) <b>setMenuItemCell:</b> (<a rel="gsdoc" href="NSMenuItemCell.html#class$NSMenuItemCell">NSMenuItemCell</a>*)cell<b> forItemAtIndex:</b> (int)index;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-setNeedsDisplayForItemAtIndex:">setNeedsDisplayForItemAtIndex:</a></h3>
|
|
- (void) <b>setNeedsDisplayForItemAtIndex:</b> (int)index;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-setNeedsSizing:">setNeedsSizing:</a></h3>
|
|
- (void) <b>setNeedsSizing:</b> (BOOL)flag;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-setWindowFrameForAttachingToRect:onScreen:preferredEdge:popUpSelectedItem:">setWindowFrameForAttachingToRect:onScreen:preferredEdge:popUpSelectedItem:</a></h3>
|
|
- (void) <b>setWindowFrameForAttachingToRect:</b> (NSRect)screenRect<b> onScreen:</b> (<a rel="gsdoc" href="NSScreen.html#class$NSScreen">NSScreen</a>*)screen<b> preferredEdge:</b> (NSRectEdge)edge<b> popUpSelectedItem:</b> (int)selectedItemIndex;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-sizeToFit">sizeToFit</a></h3>
|
|
- (void) <b>sizeToFit</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-stateImageOffset">stateImageOffset</a></h3>
|
|
- (float) <b>stateImageOffset</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-stateImageWidth">stateImageWidth</a></h3>
|
|
- (float) <b>stateImageWidth</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-trackWithEvent:">trackWithEvent:</a></h3>
|
|
- (BOOL) <b>trackWithEvent:</b> (<a rel="gsdoc" href="NSEvent.html#class$NSEvent">NSEvent</a>*)event;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSMenuView-update">update</a></h3>
|
|
- (void) <b>update</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<br />
|
|
<a href="Gui.html">Up</a>
|
|
</body>
|
|
</html>
|