|
|
|
|
|
PlaceObj('XTemplate', { |
|
__is_kind_of = "XToggleButton", |
|
group = "GedControls", |
|
id = "GedToolbarToggleButton", |
|
save_in = "Ged", |
|
PlaceObj('XTemplateWindow', { |
|
'__class', "XToggleButton", |
|
'RolloverTemplate', "GedToolbarRollover", |
|
'RolloverAnchor', "bottom", |
|
'BorderWidth', 1, |
|
'Padding', box(1, 1, 1, 1), |
|
'MaxWidth', 38, |
|
'MaxHeight', 38, |
|
'BorderColor', RGBA(0, 0, 0, 0), |
|
'Background', RGBA(0, 0, 0, 0), |
|
'RolloverBackground', RGBA(204, 232, 255, 255), |
|
'RolloverBorderColor', RGBA(38, 146, 227, 255), |
|
'PressedBackground', RGBA(121, 189, 241, 255), |
|
'PressedBorderColor', RGBA(38, 146, 227, 255), |
|
'Image', "CommonAssets/UI/round-frame-20.tga", |
|
'ImageScale', point(500, 500), |
|
'FrameBox', box(9, 9, 9, 9), |
|
'DisabledIconColor', RGBA(255, 255, 255, 64), |
|
'ToggledBackground', RGBA(24, 123, 197, 255), |
|
}), |
|
}) |
|
|
|
|