A miriad of changes, look at ChangeLogs.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4497 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
michael 1999-06-30 03:10:38 +00:00
parent 1b6925558e
commit 6df630c781
19 changed files with 1658 additions and 561 deletions

View file

@ -1474,12 +1474,12 @@ static Class responderClass;
*/
if (content_view == nil)
[self setContentView: nil];
[[content_view superView] registerForDraggedTypes: newTypes];
[[content_view superview] registerForDraggedTypes: newTypes];
}
- (void) unregisterDraggedTypes
{
[[content_view superView] unregisterDraggedTypes];
[[content_view superview] unregisterDraggedTypes];
}
/*