mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:10:37 +00:00
* Headers/Additions/GNUstepGUI/GSNibLoading.h: Added methods to header
which were added during refactoring. * Source/GSNibLoading.m: Corrections to NSCustomView, refactoring. Changes to initialization logic to call awakeFromNib. * Source/NSBundleAdditions.m: Cleanup to move code to the nib loading code. * Source/NSClipView.m: Added assertion to guarantee that no NSCustomView is unarchived at time of initWithCoder: being called. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27298 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
90cc29e4e5
commit
a7a1beee9a
5 changed files with 374 additions and 277 deletions
|
@ -174,13 +174,6 @@
|
|||
[self label]];
|
||||
return desc;
|
||||
}
|
||||
|
||||
- (void) instantiateWithInstantiator: (id<GSInstantiator>)instantiator
|
||||
{
|
||||
_src = [instantiator instantiateObject: _src];
|
||||
_dst = [instantiator instantiateObject: _dst];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation NSNibControlConnector
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue