mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 06:51:08 +00:00
Added delegate method
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8849 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c1c64fa436
commit
bf4bf3e589
1 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/*
|
/* -*-objc-*-
|
||||||
NSSplitView.h
|
NSSplitView.h
|
||||||
|
|
||||||
Allows multiple views to share a region in a window
|
Allows multiple views to share a region in a window
|
||||||
|
@ -78,6 +78,10 @@ constrainMinCoordinate: (float *)min
|
||||||
maxCoordinate: (float *)max
|
maxCoordinate: (float *)max
|
||||||
ofSubviewAt: (int)offset;
|
ofSubviewAt: (int)offset;
|
||||||
|
|
||||||
|
- (float) splitView: (NSSplitView *)sender
|
||||||
|
constrainSplitPosition: (float)proposedPosition
|
||||||
|
ofSubviewAt: (int)offset;
|
||||||
|
|
||||||
- (void) splitViewWillResizeSubviews: (NSNotification *)notification;
|
- (void) splitViewWillResizeSubviews: (NSNotification *)notification;
|
||||||
- (void) splitViewDidResizeSubviews: (NSNotification *)notification;
|
- (void) splitViewDidResizeSubviews: (NSNotification *)notification;
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in a new issue