mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
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:
parent
5df86a890f
commit
5114042b6f
1 changed files with 5 additions and 0 deletions
|
@ -107,6 +107,11 @@
|
|||
- (void)encodeWithCoder:aCoder;
|
||||
- initWithCoder:aDecoder;
|
||||
|
||||
//
|
||||
// Compatability with NSSecureTextField
|
||||
//
|
||||
- (id)_initFieldWithFrame:(NSRect)frameRect cellClass:(Class)cellClass;
|
||||
|
||||
@end
|
||||
|
||||
#endif // _GNUstep_H_NSTextField
|
||||
|
|
Loading…
Reference in a new issue