个人学习笔记存放地

NSTableView的一些应用

上一篇 / 下一篇  2008-04-15 17:20:56 / 个人分类:MAC

重载:
- (NSMenu *)menuForEvent:(NSEvent *)theEvent
可以添加右键菜单

- (NSMenu *)menuForEvent:(NSEvent *)theEvent
{
 /* NSMenu *menu = [[NSMenu alloc] init];
 
 // Return a menu that shows our time setting, and provides an option to set the time to now.
 [menu addItemWithTitle: @"test" action:NULL keyEquivalent:@""];
 [menu addItem: [NSMenuItem separatorItem]];
 
 [self setMenu: menu];
 */
 
 if ([theEvent type] == NSRightMouseDown)
  return [self menu];
 
 return nil;
}

写了个简单的添加图标的方法

 


相关阅读:

TAG: NSTableView 应用

 

评分:0

我来说两句

显示全部

:loveliness: :handshake :victory: :funk: :time: :kiss: :call: :hug: :lol :'( :Q :L ;P :$ :P :o :@ :D :( :)

我的栏目

日历

« 2008-08-25  
     12
3456789
10111213141516
17181920212223
24252627282930
31      

数据统计

  • 访问量: 250
  • 日志数: 17
  • 图片数: 1
  • 文件数: 4
  • 建立时间: 2008-01-26
  • 更新时间: 2008-07-09

RSS订阅

Open Toolbar