Implemented missing method.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5303 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-11-28 16:40:24 +00:00
parent a5af257b11
commit 1ec0f345c8

View file

@ -1,7 +1,7 @@
/*
NSForm.m
Form class, a text field with a label
Form class, a matrix of text fields with labels
Copyright (C) 1996 Free Software Foundation, Inc.
@ -194,7 +194,9 @@ static Class defaultCellClass = nil;
}
- (void)selectTextAtIndex:(int)index
{}
{
[self selectTextAtRow:index column:0];
}
- (void) encodeWithCoder: (NSCoder*)aCoder
{