File size: 1,682 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 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
-- ========== GENERATED BY XTemplate Editor (Alt-F3) DO NOT EDIT MANUALLY! ==========
PlaceObj('XTemplate', {
group = "GedApps",
id = "GedFolderCrashes",
save_in = "Ged",
PlaceObj('XTemplateWindow', {
'__class', "GedApp",
'Title', "Folder Crashes",
'AppId', "Folder Crashes",
}, {
PlaceObj('XTemplateWindow', {
'__context', function (parent, context) return "root" end,
'__class', "GedListPanel",
'Id', "idFolders",
'Title', "Folders",
'Format', "<EditorView>",
'SelectionBind', "SelectedFolder",
}),
PlaceObj('XTemplateWindow', {
'__class', "XPanelSizer",
}),
PlaceObj('XTemplateWindow', nil, {
PlaceObj('XTemplateWindow', {
'__context', function (parent, context) return "SelectedFolder" end,
'__class', "GedListPanel",
'Id', "idCrashes",
'Title', "Crashes",
'Format', "<EditorView>",
'SelectionBind', "SelectedObject",
'OnDoubleClick', function (self, item_idx)
self.connection:Send("rfnRunGlobal", "GedFolderCrashesRun", self.context, item_idx)
end,
}),
PlaceObj('XTemplateWindow', {
'__context', function (parent, context) return "SelectedFolder" end,
'__class', "GedPropPanel",
'Dock', "bottom",
'Title', "Props",
'EnableSearch', false,
'DisplayWarnings', false,
'EnableUndo', false,
'EnableCollapseDefault', false,
'EnableShowInternalNames', false,
'EnableCollapseCategories', false,
'HideFirstCategory', true,
}),
}),
PlaceObj('XTemplateWindow', {
'__class', "XPanelSizer",
}),
PlaceObj('XTemplateWindow', {
'__context', function (parent, context) return "SelectedObject" end,
'__class', "GedPropPanel",
}),
}),
})
|