|
|
|
|
|
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", |
|
}), |
|
}) |
|
|
|
|