mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Add decoding for object controller and subclasses.
This commit is contained in:
parent
210ce65e17
commit
f6ce68d177
1 changed files with 4 additions and 0 deletions
|
@ -371,6 +371,9 @@ static NSArray *XmlBoolDefaultYes = nil;
|
|||
@"NSWindowTemplate5", @"window",
|
||||
@"NSView", @"tableCellView",
|
||||
@"NSImage", @"image",
|
||||
@"NSObjectController", @"objectController",
|
||||
@"NSArrayController", @"arrayController",
|
||||
@"NSViewController", @"viewController",
|
||||
@"IBUserDefinedRuntimeAttribute5", @"userDefinedRuntimeAttribute",
|
||||
nil];
|
||||
RETAIN(XmlTagToObjectClassMap);
|
||||
|
@ -566,6 +569,7 @@ static NSArray *XmlBoolDefaultYes = nil;
|
|||
@"altersStateOfSelectedItem",
|
||||
@"bordered",
|
||||
@"prefersToBeShown",
|
||||
@"editable",
|
||||
nil];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue