File size: 600 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
-- ========== GENERATED BY XTemplate Editor (Alt-F3) DO NOT EDIT MANUALLY! ==========
PlaceObj('XTemplate', {
group = "GedApps",
id = "GedPropertyObject",
save_in = "Common",
PlaceObj('XTemplateWindow', {
'__class', "GedApp",
'Title', "Properties",
'CommonActionsInMenubar', false,
'CommonActionsInToolbar', false,
'InitialWidth', 400,
}, {
PlaceObj('XTemplateWindow', {
'__context', function (parent, context) return "root" end,
'__class', "GedPropPanel",
'ActionsClass', "PropertyObject",
'Copy', "GedOpPropertyCopy",
'Paste', "GedOpPropertyPaste",
}),
}),
})
|