/Tukui/modules/unitframes/templates/tankassist.xml

http://github.com/Asphyxia/Tukui · XML · 39 lines · 36 code · 3 blank · 0 comment · 0 complexity · 09ebe34e1e8725cadd7c52e97ab42590 MD5 · raw file

  1. <Ui xmlns="http://www.blizzard.com/wow/ui/">
  2. <Button name="oUF_TukuiMtt" inherits="SecureUnitButtonTemplate" hidden="true" virtual="true">
  3. <Frames>
  4. <Button name="$parentTarget" inherits="SecureUnitButtonTemplate">
  5. <Anchors>
  6. <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parent">
  7. <Offset>
  8. <AbsDimension x="5" y="0"/>
  9. </Offset>
  10. </Anchor>
  11. </Anchors>
  12. <Attributes>
  13. <Attribute name="unitsuffix" type="string" value="target"/>
  14. <Attribute name="useparent-unit" type="boolean" value="true"/>
  15. <Attribute name="type1" type="string" value="target"/>
  16. <Attribute name="initial-unitWatch" type="boolean" value="true"/>
  17. </Attributes>
  18. </Button>
  19. <Button name="$parentTargetTarget" inherits="SecureUnitButtonTemplate">
  20. <Anchors>
  21. <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parentTarget">
  22. <Offset>
  23. <AbsDimension x="5" y="0"/>
  24. </Offset>
  25. </Anchor>
  26. </Anchors>
  27. <Attributes>
  28. <Attribute name="unitsuffix" type="string" value="targettarget"/>
  29. <Attribute name="useparent-unit" type="boolean" value="true"/>
  30. <Attribute name="type1" type="string" value="targettarget"/>
  31. <Attribute name="initial-unitWatch" type="boolean" value="true"/>
  32. </Attributes>
  33. </Button>
  34. </Frames>
  35. </Button>
  36. </Ui>