mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +00:00
Removed unneeded nibInstantiate method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20303 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0a4ac31dac
commit
e739e88641
2 changed files with 8 additions and 13 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-11-06 08:34 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Source/GSNibTemplates.m: Removed nibInstantiate. This method
|
||||
should only be defined and used inside the GUI builder application
|
||||
according to specs.
|
||||
|
||||
2004-11-04 Adrian Robert <arobert@cogsci.ucsd.edu>
|
||||
|
||||
* Documentation/GuiUser/KeyboardSetup.gsdoc: Describe the new
|
||||
|
|
|
@ -933,19 +933,8 @@ static NSString *GSInternalNibItemAddedNotification = @"_GSInternalNibItemAddedN
|
|||
}
|
||||
@end
|
||||
|
||||
@interface NSObject (NibInstantiation)
|
||||
- (id) nibInstantiate;
|
||||
@end
|
||||
|
||||
@implementation NSObject (NibInstantiation)
|
||||
- (id) nibInstantiate
|
||||
{
|
||||
// default implementation of nibInstantiate
|
||||
return self;
|
||||
}
|
||||
@end
|
||||
|
||||
// Order in this factory method is very important. Which template to create must be determined
|
||||
// Order in this factory method is very important.
|
||||
// Which template to create must be determined
|
||||
// in sequence because of the class hierarchy.
|
||||
@implementation GSTemplateFactory
|
||||
+ (id) templateForObject: (id) object
|
||||
|
|
Loading…
Reference in a new issue