Added a connection to ok:

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19699 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-07-09 20:17:44 +00:00
parent 1b034c449a
commit d5609b6226
2 changed files with 3 additions and 35 deletions

View file

@ -3,7 +3,8 @@
Copyright (C) 2001 Free Software Foundation, Inc.
Author: Laurent Julliard <laurent@julliard-online.org>
Date: Aug 2001
Author: Gregory John Casamento <greg_casamento@yahoo.com>
Date: Aug 2001. 2003, 2004
This file is part of GNUstep.
@ -512,7 +513,6 @@
}
[scrollView setNeedsDisplay: YES];
}
- (void) _getValuesFromObject: anObject
@ -520,8 +520,7 @@
BOOL isScrollView;
id scrollView;
scrollView = //[[object superview] superview];
[object enclosingScrollView];
scrollView = [object enclosingScrollView];
isScrollView = [ scrollView isKindOfClass: [NSScrollView class]];
@ -603,37 +602,6 @@
@end
/*----------------------------------------------------------------------------
* NSScrollView
*/
/*
* For now NSScrollView has no inspector in itself. It is only used as a
* convenience in the NSTableView and NSTextView controls and there
* are minimal NSScrollView settings in the inspector of these 2 controls
* (like horizontal and vertical scrollbar)
*/
/*
@implementation NSScrollView (IBObjectAdditions)
- (NSString*) inspectorClassName
{
return @"GormEmptyInspector";
}
@end
@interface GormScrollViewAttributesInspector : IBInspector
{
}
@end
@implementation GormScrollViewAttributesInspector
@end
*/
/*----------------------------------------------------------------------------
* NSTabView (possibly embedded in a Scroll view)
*/