added field editor instance variable to NSWindow

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2831 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Felipe A. Rodriguez 1998-07-10 18:48:18 +00:00
parent df43649637
commit 8f5db092d8

View file

@ -7,6 +7,8 @@
Author: Scott Christley <scottc@net-community.com>
Date: 1996
Author: Felipe A. Rodriguez <far@ix.netcom.com>
Date: June 1998
This file is part of the GNUstep GUI Library.
@ -79,6 +81,7 @@ extern NSSize NSTokenSize;
id first_responder;
id original_responder;
id delegate;
id _fieldEditor;
int window_num;
NSColor *background_color;
NSString *represented_filename;