Lines Matching refs:NSMenuItem
71 -(void)executeMenuItem: (NSMenuItem*)pItem; argument
76 -(void)executeMenuItem: (NSMenuItem*)pItem
126 static NSMenuItem* pDefMenu = nil, *pDockSubMenu = nil;
165 -(void)executeRecentEntry: (NSMenuItem*)item; argument
250 … NSMenuItem* pNewItem = [[NSMenuItem alloc] initWithTitle: getAutoreleasedString( aMenuTitle )
261 -(void)executeRecentEntry: (NSMenuItem*)item
326 NSMenuItem* pItem = [[NSMenuItem alloc] initWithTitle: getAutoreleasedString( i_rTitle )
338 pItem = [[NSMenuItem alloc] initWithTitle: getAutoreleasedString( i_rTitle )
354 NSMenuItem* pItem = [i_pMenu addItemWithTitle: getAutoreleasedString( i_rTitle )
402 …pDefMenu = [[NSMenuItem alloc] initWithTitle: getAutoreleasedString( pShutdownIcon->GetResString( …
403 …pDockSubMenu = [[NSMenuItem alloc] initWithTitle: getAutoreleasedString( pShutdownIcon->GetResStri…
491 … [NSApp performSelector:@selector(addDockMenuItem:) withObject: [NSMenuItem separatorItem]];