mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 19:01:15 +00:00
Partly revert previous change. This branch is only for reference now and is superceded by fred's changes
This commit is contained in:
parent
683e2c2007
commit
7d4af944e7
1 changed files with 5 additions and 0 deletions
|
@ -105,8 +105,13 @@ static NSArray *XmlBoolDefaultYes = nil;
|
|||
@"NSMutableArray", @"rowTemplates",
|
||||
@"NSSegmentItem", @"segment",
|
||||
@"NSCell", @"customCell",
|
||||
@"IBOutletConnection", @"outlet",
|
||||
@"IBActionConnection", @"action",
|
||||
@"NSNibBindingConnector", @"binding",
|
||||
@"NSWindowTemplate", @"window",
|
||||
@"NSView", @"tableCellView",
|
||||
@"IBUserDefinedRuntimeAttribute", @"userDefinedRuntimeAttribute",
|
||||
|
||||
nil];
|
||||
RETAIN(XmlTagToObjectClassMap);
|
||||
|
||||
|
|
Loading…
Reference in a new issue