mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
df43649637
commit
8f5db092d8
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue