mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Add 'NSIsEditable' (editable) to for editable state loading
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40379 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5853fa821a
commit
aa16105334
1 changed files with 2 additions and 1 deletions
|
@ -394,7 +394,8 @@ static NSArray *XmlConnectionRecordTags = nil;
|
|||
@"NSControlAllowsExpansionToolTips" : @"allowsExpansionToolTips",
|
||||
@"NSSegmentImages" : @"segments",
|
||||
@"NSSegmentItemLabel" : @"label",
|
||||
@"NSSegmentItemImage" : @"image" };
|
||||
@"NSSegmentItemImage" : @"image",
|
||||
@"NSIsEditable" : @"editable" };
|
||||
RETAIN(XmlKeyMapTable);
|
||||
|
||||
// These define keys that are alwasy "CONTAINED" since they typically are a combination of key values
|
||||
|
|
Loading…
Reference in a new issue