contextual menu in NSTableView cell
contextual menu in NSTableView cell
- Subject: contextual menu in NSTableView cell
- From: stupidFish programming <email@hidden>
- Date: Fri, 17 Jan 2003 23:05:54 +0100
hi,
i want to have a contextual menu to pop-up when ctrl-clicked on a
table's given cell.
i tried to do the following:
- (void)tableView:(NSTableView *)view willDisplayCell:(id)cell
forTableColumn:(NSTableColumn *)col row:(int)row
{
[cell setMenu:theMenu];
}
but it doesn't give me a the menu. am I completely in the wrong
direction?
Ben
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.