mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
GSXib5KeyedUnarchiver: Add mapping for NSSegmentItemLabel, NSSegmentItemImage (#251)
This commit is contained in:
parent
c6082e31db
commit
f46accfa9c
1 changed files with 6 additions and 4 deletions
|
@ -287,6 +287,8 @@ static NSArray *XmlBoolDefaultYes = nil;
|
|||
@"initialItem", @"NSSelectedTabViewItem",
|
||||
@"allowsExpansionToolTips", @"NSControlAllowsExpansionToolTips",
|
||||
@"segments", @"NSSegmentImages",
|
||||
@"label", @"NSSegmentItemLabel",
|
||||
@"image", @"NSSegmentItemImage",
|
||||
@"editable", @"NSIsEditable",
|
||||
@"objectValues", @"NSPopUpListData",
|
||||
@"maxNumberOfRows", @"NSMaxNumberOfGridRows",
|
||||
|
@ -324,10 +326,10 @@ static NSArray *XmlBoolDefaultYes = nil;
|
|||
@"beginningViews", @"NSStackViewBeginningContainer", // NSStackView
|
||||
@"middleViews", @"NSStackViewMiddleContainer",
|
||||
@"endViews", @"NSStackViewEndContainer",
|
||||
@"collectionViewLayout", @"NSCollectionViewLayout",
|
||||
@"shadow", @"NSViewShadow",
|
||||
@"blurRadius", @"NSShadowBlurRadius",
|
||||
@"color", @"NSShadowColor",
|
||||
@"collectionViewLayout", @"NSCollectionViewLayout",
|
||||
@"shadow", @"NSViewShadow",
|
||||
@"blurRadius", @"NSShadowBlurRadius",
|
||||
@"color", @"NSShadowColor",
|
||||
nil];
|
||||
RETAIN(XmlKeyMapTable);
|
||||
|
||||
|
|
Loading…
Reference in a new issue