mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Declare <NSSplitViewDelegate> as a protocol instead of a category.
This commit is contained in:
parent
24908dc0f3
commit
affa447f7d
1 changed files with 6 additions and 0 deletions
|
@ -109,7 +109,13 @@ APPKIT_EXPORT_CLASS
|
|||
@end
|
||||
#endif
|
||||
|
||||
@protocol NSSplitViewDelegate <NSObject>
|
||||
#if GS_PROTOCOLS_HAVE_OPTIONAL
|
||||
@optional
|
||||
#else
|
||||
@end
|
||||
@interface NSObject (NSSplitViewDelegate)
|
||||
#endif
|
||||
- (void) splitView: (NSSplitView *)sender
|
||||
resizeSubviewsWithOldSize: (NSSize)oldSize;
|
||||
|
||||
|
|
Loading…
Reference in a new issue