Adding methods to dataSource
Adding methods to dataSource
- Subject: Adding methods to dataSource
- From: Björn Carlström <email@hidden>
- Date: Fri, 2 Jul 2004 08:49:40 +0200
I'm subclassing NSOutlineView to add the possibility to delete rows
through the delete key. How do I add a new method (deleteItem:) to the
NSOutlineViewDataSource. Just calling it works of course but I get a
warning that the method might not exist. Do I subclass the
NSOutlineViewDataSource somehow ?
Bjvrn Carlstrvm
_______________________________________________
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.