aboutsummaryrefslogtreecommitdiffstats
path: root/TableContent.h
diff options
context:
space:
mode:
Diffstat (limited to 'TableContent.h')
-rw-r--r--TableContent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TableContent.h b/TableContent.h
index 5302a174..64a57060 100644
--- a/TableContent.h
+++ b/TableContent.h
@@ -121,6 +121,8 @@ objectValueForTableColumn:(NSTableColumn *)aTableColumn
//tableView delegate methods
- (void)tableView:(NSTableView*)tableView didClickTableColumn:(NSTableColumn *)tableColumn;
- (BOOL)selectionShouldChangeInTableView:(NSTableView *)aTableView;
+- (void)tableViewSelectionDidChange:(NSNotification *)aNotification;
+- (void)tableViewSelectionIsChanging:(NSNotification *)aNotification;
- (void)tableViewColumnDidResize:(NSNotification *)aNotification;
- (BOOL)tableView:(NSTableView *)aTableView shouldEditTableColumn:(NSTableColumn *)aTableColumn row:(int)rowIndex;
- (BOOL)tableView:(NSTableView *)tableView writeRows:(NSArray*)rows toPasteboard:(NSPasteboard*)pboard;