mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 23:50:47 +00:00
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:
parent
661a2dab15
commit
379f84aa74
6 changed files with 437 additions and 73 deletions
|
@ -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]];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue