myspace / CommonLua /X /XTemplates /EditorButton.lua
sirnii's picture
Upload 1816 files
b6a38d7 verified
raw
history blame contribute delete
728 Bytes
-- ========== GENERATED BY XTemplate Editor (Alt-F3) DO NOT EDIT MANUALLY! ==========
PlaceObj('XTemplate', {
__is_kind_of = "XTextButton",
group = "Editor",
id = "EditorButton",
save_in = "Common",
PlaceObj('XTemplateWindow', {
'__class', "XTextButton",
'BorderWidth', 1,
'VAlign', "center",
'MinWidth', 100,
'LayoutMethod', "VList",
'Background', RGBA(204, 232, 255, 255),
'FocusedBackground', RGBA(121, 189, 241, 255),
'DisabledBackground', RGBA(204, 232, 255, 128),
'RolloverBackground', RGBA(121, 189, 241, 255),
'RolloverBorderColor', RGBA(0, 0, 0, 255),
'PressedBackground', RGBA(121, 189, 241, 255),
'PressedBorderColor', RGBA(0, 0, 0, 255),
'PressedOffset', 2,
'Text', "All",
}),
})