mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-21 07:02:47 +00:00
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:
parent
a5af257b11
commit
1ec0f345c8
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
NSForm.m
|
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.
|
Copyright (C) 1996 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
@ -194,7 +194,9 @@ static Class defaultCellClass = nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)selectTextAtIndex:(int)index
|
- (void)selectTextAtIndex:(int)index
|
||||||
{}
|
{
|
||||||
|
[self selectTextAtRow:index column:0];
|
||||||
|
}
|
||||||
|
|
||||||
- (void) encodeWithCoder: (NSCoder*)aCoder
|
- (void) encodeWithCoder: (NSCoder*)aCoder
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue