mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Merge branch 'master' into NSStoryboard_branch2
This commit is contained in:
commit
e0575a207c
2 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue