* 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:
ratmice 2007-02-06 01:40:20 +00:00
parent 42ce3cda5b
commit 616fdf48bb
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> 2007-02-05 Matt Rice <ratmice@gmail.com>
* Source/NSTableView.m (-_numRows): New quasi private method. * Source/NSTableView.m (-_numRows): New quasi private method.

View file

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