Merge branch 'master' into NSStoryboard_branch2

This commit is contained in:
Gregory John Casamento 2020-07-10 08:44:34 -04:00
commit e0575a207c
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2020-07-10 Gregory John Casamento <greg.casamento@gmail.com>
* Headers/AppKit/NSOutlineView.h: Formalize protocols for
NSOutlineViewDelegate and NSOutlineViewDataSource.
2020-07-03 Fred Kiefer <FredKiefer@gmx.de>
* Source/GSXib5KeyedUnarchiver.m (alternateName:): Be more careful

View file

@ -86,9 +86,9 @@
@end /* interface of NSOutlineView */
/**
* Informal protocol NSOutlineViewDataSource
* protocol NSOutlineViewDataSource
*/
@interface NSObject (NSOutlineViewDataSource)
@protocol NSOutlineViewDataSource
/**
* Called to perform drop operation and returns YES if successful,
* and NO otherwise.
@ -197,7 +197,7 @@ APPKIT_EXPORT NSString *NSOutlineViewItemWillCollapseNotification;
/*
* Methods Implemented by the Delegate
*/
@interface NSObject (NSOutlineViewDelegate)
@protocol NSOutlineViewDelegate
// notification methods
/**
* Called after the column has moved.