You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.1 KiB
39 lines
1.1 KiB
<Ui>
|
|
|
|
<Script file="CompositeButton.lua"/>
|
|
|
|
<Button name="RematchCompositeButton" intrinsic="true" hidden="true">
|
|
<Scripts>
|
|
<OnLoad intrinsicOrder="precall">
|
|
RematchCompositeButton.OnPreLoad(self)
|
|
</OnLoad>
|
|
<OnEnter intrinsicOrder="precall">
|
|
RematchCompositeButton.OnPreEnter(self)
|
|
</OnEnter>
|
|
<OnLeave intrinsicOrder="precall">
|
|
RematchCompositeButton.OnPreLeave(self)
|
|
</OnLeave>
|
|
<OnMouseDown intrinsicOrder="precall">
|
|
RematchCompositeButton.OnPreMouseDown(self)
|
|
</OnMouseDown>
|
|
<OnMouseUp intrinsicOrder="precall">
|
|
RematchCompositeButton.OnPreMouseUp(self)
|
|
</OnMouseUp>
|
|
<OnClick intrinsicOrder="precall">
|
|
RematchCompositeButton.OnPreClick(self,button)
|
|
</OnClick>
|
|
<OnHide intrinsicOrder="precall">
|
|
RematchCompositeButton.OnPreHide(self)
|
|
</OnHide>
|
|
</Scripts>
|
|
</Button>
|
|
|
|
<Frame name="RematchHighlightOverlay" parent="UIParent" useParentLevel="true" hidden="true">
|
|
<Layers>
|
|
<Layer level="OVERLAY">
|
|
<Texture alphaMode="ADD" setAllPoints="true" alpha="0.75"/>
|
|
</Layer>
|
|
</Layers>
|
|
</Frame>
|
|
|
|
</Ui>
|