mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Instantiation of NSPageController in XIB/Storyboard.
This commit is contained in:
parent
df509dae91
commit
073fdbf72f
2 changed files with 3 additions and 0 deletions
|
@ -528,8 +528,10 @@
|
|||
NSString *xmlClassName = [NSString stringWithFormat: @"%@%@",
|
||||
[[classNameNoNamespace substringToIndex: 1] lowercaseString],
|
||||
[classNameNoNamespace substringFromIndex: 1]];
|
||||
NSString *lowerCaseName = [xmlClassName lowercaseString];
|
||||
|
||||
[result addObject: xmlClassName];
|
||||
[result addObject: lowerCaseName];
|
||||
}
|
||||
END_FOR_IN(subclasses);
|
||||
|
||||
|
|
|
@ -208,6 +208,7 @@ static NSArray *XmlBoolDefaultYes = nil;
|
|||
@"NSView", @"tableCellView",
|
||||
@"IBUserDefinedRuntimeAttribute5", @"userDefinedRuntimeAttribute",
|
||||
@"NSURL", @"url",
|
||||
@"NSPageController", @"pagecontroller", // why is pagecontroller capitalized this way?
|
||||
nil];
|
||||
RETAIN(XmlTagToObjectClassMap);
|
||||
|
||||
|
|
Loading…
Reference in a new issue