git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2886 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1998-07-30 20:37:55 +00:00
parent 40a755eeb5
commit 920075c667

View file

@ -69,8 +69,8 @@
@end
@interface NSObject(NSSplitViewDelegate)
- (void) splitView: (RBSplitView *)sender resizeSubviewsWithOldSize: (NSSize)oldSize;
- (void) splitView: (RBSplitView *)sender constrainMinCoordinate: (float *)min maxCoordinate: (float *)max ofSubviewAt: (int)offset;
- (void) splitView: (NSSplitView *)sender resizeSubviewsWithOldSize: (NSSize)oldSize;
- (void) splitView: (NSSplitView *)sender constrainMinCoordinate: (float *)min maxCoordinate: (float *)max ofSubviewAt: (int)offset;
- (void) splitViewWillResizeSubviews: (NSNotification *)notification;
- (void) splitViewDidResizeSubviews: (NSNotification *)notification;
@end