mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
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:
parent
b6d305f622
commit
6a3e445d78
1 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue