A load of changes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4724 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
michael 1999-08-19 23:18:25 +00:00
parent 6d69b992d2
commit 6bceaa0b50
12 changed files with 1035 additions and 49 deletions

View file

@ -6,6 +6,14 @@
#include <AppKit/NSText.h>
@implementation NSTableView
+ (void) initialize
{
if (self == [NSTableView class])
{
[self setVersion: 1];
}
}
- (id)initWithFrame:(NSRect)frameRect
{
self = [super initWithFrame:frameRect];