Toolbar improvements... Fixed several major and minor bugs, rewritten the validation support, lot of memory leaks eliminated and other changes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19689 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
qmathe 2004-07-07 21:25:42 +00:00
parent 572ce7130e
commit dce085aaf0
8 changed files with 492 additions and 378 deletions

View file

@ -620,6 +620,7 @@ GSSetDragTypes(NSView* obj, NSArray *types)
[self willRemoveSubview: aView];
aView->_super_view = nil;
[aView viewWillMoveToWindow: nil];
[aView viewWillMoveToSuperview: nil];
[aView setNextResponder: nil];
RETAIN(aView);
[_sub_views removeObjectIdenticalTo: aView];