<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.gnustep.org/index.php?action=history&amp;feed=atom&amp;title=NSMenuItem</id>
	<title>NSMenuItem - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.gnustep.org/index.php?action=history&amp;feed=atom&amp;title=NSMenuItem"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=NSMenuItem&amp;action=history"/>
	<updated>2026-05-08T12:01:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.7</generator>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=NSMenuItem&amp;diff=6402&amp;oldid=prev</id>
		<title>Awiebe at 02:32, 19 July 2012</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=NSMenuItem&amp;diff=6402&amp;oldid=prev"/>
		<updated>2012-07-19T02:32:46Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Menu items belong to menus, sub meus, main menus and contextual menus, which are all the NSMenu class behaving differently.&lt;br /&gt;
&lt;br /&gt;
==XIB Fields==&lt;br /&gt;
{|&lt;br /&gt;
!Key&lt;br /&gt;
!Type&lt;br /&gt;
!Value&lt;br /&gt;
|-&lt;br /&gt;
!NSMenu&lt;br /&gt;
|reference&lt;br /&gt;
|The cached parent of this menu item, could be derived by the object declaration is under it in the XML tree– [[Portability|Don't argue with apple]].&lt;br /&gt;
|-&lt;br /&gt;
!NSTitle&lt;br /&gt;
|NSString&lt;br /&gt;
|The title of this menu item.&lt;br /&gt;
|-&lt;br /&gt;
!NSKeyEquiv&lt;br /&gt;
|NSString&lt;br /&gt;
|The character that is the keyboard equivalent to this menu item. s=&amp;quot;s&amp;quot; S=&amp;quot;[shift]+s&amp;quot; .&lt;br /&gt;
|-&lt;br /&gt;
!NSKeyEquivModMask&lt;br /&gt;
|enum [https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/nsevent_Class/Reference/Reference.html#//apple_ref/doc/constant_group/Modifier_Flags NSEventModifierFlags] : NSUInt&lt;br /&gt;
| See Modifier flag, note: shift is not a modifier, it is enterpreted based on the case of the input character.&lt;br /&gt;
|-&lt;br /&gt;
!NSMnemonicLoc&lt;br /&gt;
|int&lt;br /&gt;
|Purpose unclear.&lt;br /&gt;
|-&lt;br /&gt;
!NSOnImage&lt;br /&gt;
|reference&lt;br /&gt;
|A reference to an NSImage in the object graph, for when the menu item is active in the &amp;quot;on&amp;quot; state.&lt;br /&gt;
|-&lt;br /&gt;
!NSOffImage&lt;br /&gt;
|reference&lt;br /&gt;
|A reference to an NSImage in the object graph, for when the menu item is in the &amp;quot;off&amp;quot; state.&lt;br /&gt;
|-&lt;br /&gt;
!NSMixedImage&lt;br /&gt;
|reference&lt;br /&gt;
|A reference to an NSImage in the object graph, for when the menu item is in the &amp;quot;mixed&amp;quot;(not on or off) state e.g. multiple fonts selected, font dropdown.&lt;br /&gt;
|-&lt;br /&gt;
!NSSubmenu&lt;br /&gt;
|NSMenu&lt;br /&gt;
|The menu this menu item contains, if applicable.&lt;br /&gt;
|-&lt;br /&gt;
!NSIsDisabled&lt;br /&gt;
|bool&lt;br /&gt;
|(Optional)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|NSIsSeparator&lt;br /&gt;
|bool&lt;br /&gt;
|Cause the menu item to become a separator.  If yes then recomended NSisDisabled, to prevent selection.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Awiebe</name></author>
	</entry>
</feed>