Text field updates.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4014 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-04-01 20:21:05 +00:00
parent 661a2dab15
commit 379f84aa74
6 changed files with 437 additions and 73 deletions

View file

@ -71,13 +71,7 @@
{
[super initTextCell: aString];
[self setEnabled: YES];
[self setBordered: YES];
[self setBezeled: YES];
[self setScrollable: YES];
[self setEditable: YES];
[self setAlignment: NSLeftTextAlignment];
[self setBackgroundColor: [NSColor textBackgroundColor]];
[self setTextColor: [NSColor textColor]];
[self setFont: [NSFont systemFontOfSize: 0]];