* Headers/AppKit/NSOutlineView.h: Update documentation.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24480 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Matt Rice 2007-02-06 01:40:20 +00:00
parent e7762489da
commit c314291668
2 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2007-02-05 Matt Rice <ratmice@gmail.com>
* Headers/AppKit/NSOutlineView.h: Update documentation.
2007-02-05 Matt Rice <ratmice@gmail.com>
* Source/NSTableView.m (-_numRows): New quasi private method.

View file

@ -84,8 +84,8 @@
*/
@interface NSObject (NSOutlineViewDataSource)
/**
* Returns whether or not the outline view should accept a drop
* into the indicated item.
* Called to perform drop operation and returns YES if successful,
* and NO otherwise.
*/
- (BOOL)outlineView: (NSOutlineView *)outlineView
acceptDrop: (id <NSDraggingInfo>)info
@ -141,8 +141,8 @@ persistentObjectForItem: (id)item;
byItem: (id)item;
/**
* Used by the Drag and Drop system. Returns the drap operations which was performed on the
* given outline view.
* Used by the Drag and Drop system. Returns the drag operation which should
* be used when -outlineView:acceptDrop:item:childIndex: is called.
*/
- (NSDragOperation)outlineView: (NSOutlineView*)outlineView
validateDrop: (id <NSDraggingInfo>)info