File size: 585 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 |
-- ========== 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,
}),
}),
}),
})
|