mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-03 15:30:42 +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
700d4441e0
commit
01bbc6c7db
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>
|
2004-11-04 Adrian Robert <arobert@cogsci.ucsd.edu>
|
||||||
|
|
||||||
* Documentation/GuiUser/KeyboardSetup.gsdoc: Describe the new
|
* Documentation/GuiUser/KeyboardSetup.gsdoc: Describe the new
|
||||||
|
|
|
@ -933,19 +933,8 @@ static NSString *GSInternalNibItemAddedNotification = @"_GSInternalNibItemAddedN
|
||||||
}
|
}
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface NSObject (NibInstantiation)
|
// Order in this factory method is very important.
|
||||||
- (id) nibInstantiate;
|
// Which template to create must be determined
|
||||||
@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
|
|
||||||
// in sequence because of the class hierarchy.
|
// in sequence because of the class hierarchy.
|
||||||
@implementation GSTemplateFactory
|
@implementation GSTemplateFactory
|
||||||
+ (id) templateForObject: (id) object
|
+ (id) templateForObject: (id) object
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue