Mercurial > wow > worldplan
comparison ClassPlanMissions.xml @ 40:589c444d4837
WowAce/Curseforge migration push
| author | Nenue |
|---|---|
| date | Sun, 25 Dec 2016 13:04:57 -0500 |
| parents | 26dfa661daa7 |
| children | b29b35cb8539 |
comparison
equal
deleted
inserted
replaced
| 39:89ddef0594bc | 40:589c444d4837 |
|---|---|
| 5 <Button name="ClassPlanMissionEntry" inherits="ClassPlanListEntryTemplate" mixin="ClassPlanMissionEntryMixin" virtual="true"> | 5 <Button name="ClassPlanMissionEntry" inherits="ClassPlanListEntryTemplate" mixin="ClassPlanMissionEntryMixin" virtual="true"> |
| 6 <Size y="24" /> | 6 <Size y="24" /> |
| 7 <Anchors> | 7 <Anchors> |
| 8 <Anchor point="RIGHT" /> | 8 <Anchor point="RIGHT" /> |
| 9 </Anchors> | 9 </Anchors> |
| 10 <Scripts> | |
| 11 | |
| 12 <OnShow method="OnShow" /> | |
| 13 <OnHide method="OnHide" /> | |
| 14 </Scripts> | |
| 10 </Button> | 15 </Button> |
| 11 <Frame name="ClassPlanMissionList" parentKey="MissionList" mixin="ClassPlanMissionHandler" inherits="ClassPlanPanelTemplate"> | 16 <Frame name="ClassPlanMissionList" parentKey="MissionList" mixin="ClassPlanMissionHandler" inherits="ClassPlanPanelTemplate"> |
| 12 <Scripts> | 17 <Scripts> |
| 13 <OnLoad method="OnLoad" /> | 18 <OnLoad method="OnLoad" /> |
| 14 <OnUpdate method="OnUpdate" /> | 19 <OnUpdate method="OnUpdate" /> |
| 15 <OnEvent method="OnEvent" /> | 20 <OnEvent method="OnEvent" /> |
| 16 <OnShow method="OnShow" /> | 21 <OnShow method="OnShow" /> |
| 22 <OnHide method="OnHide" /> | |
| 17 </Scripts> | 23 </Scripts> |
| 18 <Frames> | |
| 19 <Button name="$parentTab" parentKey="ListTab" mixin="ClassPlanHeaderMixin"> | |
| 20 <Scripts> | |
| 21 <OnClick method="OnClick" /> | |
| 22 </Scripts> | |
| 23 <Size y="24" /> | |
| 24 <Layers> | |
| 25 <Layer level="BACKGROUND"> | |
| 26 <Texture parentKey="Background"> | |
| 27 <Color a="1" r="0" g="0" b="0" /> | |
| 28 </Texture> | |
| 29 </Layer> | |
| 30 <Layer level="OVERLAY"> | |
| 31 <FontString parentKey="Label" inherits="ClassPlanFont"> | |
| 32 <Anchors> | |
| 33 <Anchor point="CENTER" /> | |
| 34 </Anchors> | |
| 35 </FontString> | |
| 36 </Layer> | |
| 37 <Layer level="HIGHLIGHT"> | |
| 38 <Texture parentKey="Highlight"> | |
| 39 <Color a="0.5" r="1" g="1" b="1" /> | |
| 40 </Texture> | |
| 41 </Layer> | |
| 42 </Layers> | |
| 43 | |
| 44 </Button> | |
| 45 </Frames> | |
| 46 </Frame> | 24 </Frame> |
| 47 </Ui> | 25 </Ui> |
