Slight reorg of file.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23785 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2006-10-07 14:08:32 +00:00
parent b6d305f622
commit 6a3e445d78

View file

@ -1467,15 +1467,6 @@ static BOOL _isInInterfaceBuilder = NO;
}
@end
// ...dummy/placeholder classes...
// overridden in NSTableView to be GSTableCornerView,
// but the class needs to be present to be overridden.
@interface _NSCornerView : NSView
@end
@implementation _NSCornerView
@end
@implementation NSIBHelpConnector
- (id) initWithCoder: (NSCoder *)coder
{
@ -1586,6 +1577,15 @@ static BOOL _isInInterfaceBuilder = NO;
@end
// ...dummy/placeholder classes...
// overridden in NSTableView to be GSTableCornerView,
// but the class needs to be present to be overridden.
@interface _NSCornerView : NSView
@end
@implementation _NSCornerView
@end
// class needed for nib encoding/decoding by
@implementation NSPSMatrix
- (void) encodeWithCoder: (NSCoder *)coder