Added declaration of shared initialization method.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5022 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Lyndon Tremblay 1999-10-18 19:22:51 +00:00
parent 5df86a890f
commit 5114042b6f

View file

@ -107,6 +107,11 @@
- (void)encodeWithCoder:aCoder;
- initWithCoder:aDecoder;
//
// Compatability with NSSecureTextField
//
- (id)_initFieldWithFrame:(NSRect)frameRect cellClass:(Class)cellClass;
@end
#endif // _GNUstep_H_NSTextField