Right Clicks on NSTableView column headers
Right Clicks on NSTableView column headers
- Subject: Right Clicks on NSTableView column headers
- From: Franck Stauffer <email@hidden>
- Date: Thu, 9 Oct 2003 16:30:08 +0200
Hello,
I use a NSTableView delegate to get clicks on column headers
(implementing
- (void)tableView:(NSTableView *)tableView
didClickTableColumn:(NSTableColumn*)tableColumn )
This works with left clicks and modifiers but doesn't seem to work with
real right button clicks (at least not with my logitech mouse). Any
suggestions?
Franck
_______________________________________________
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.