myspace / CommonLua /Ged /XTemplates /GedPropRollover.lua
sirnii's picture
Upload 1816 files
b6a38d7 verified
raw
history blame
585 Bytes
-- ========== GENERATED BY XTemplate Editor (Alt-F3) DO NOT EDIT MANUALLY! ==========
PlaceObj('XTemplate', {
__is_kind_of = "XRolloverWindow",
group = "GedControls",
id = "GedPropRollover",
save_in = "Ged",
PlaceObj('XTemplateWindow', {
'__class', "XRolloverWindow",
'MaxWidth', 800,
'DrawOnTop', true,
}, {
PlaceObj('XTemplateWindow', {
'__class', "XText",
'Margins', box(8, 4, 8, 4),
}, {
PlaceObj('XTemplateCode', {
'run', function (self, parent, context)
parent:SetText(context.control:GetRolloverText(context))
end,
}),
}),
}),
})