myspace / CommonLua /Ged /XTemplates /GedVMEViewer.lua
sirnii's picture
Upload 1816 files
b6a38d7 verified
raw
history blame contribute delete
527 Bytes
-- ========== GENERATED BY XTemplate Editor (Alt-F3) DO NOT EDIT MANUALLY! ==========
PlaceObj('XTemplate', {
group = "GedApps",
id = "GedVMEViewer",
save_in = "Ged",
PlaceObj('XTemplateWindow', {
'__class', "GedApp",
'Title', "VMEViewer",
'AppId', "VMEViewer",
}, {
PlaceObj('XTemplateWindow', {
'__context', function (parent, context) return "root" end,
'__class', "GedListPanel",
'Id', "idMeshes",
'Title', "Objects",
'Format', "<EditorView>",
'SelectionBind', "SelectedVME",
}),
}),
})