Advertisement
Guest User

Blizzard_TalentUI.xml

a guest
Jan 21st, 2015
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 21.05 KB | None | 0 0
  1. <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
  2. ..\..\FrameXML\UI.xsd">
  3.     <Script file="Blizzard_TalentUI.lua"/>
  4.     <CheckButton name="PlayerTalentFrameTypeTemplate" virtual="true" hidden="true">
  5.         <Size>
  6.             <AbsDimension x="32" y="32"/>
  7.         </Size>
  8.         <Layers>
  9.             <Layer level="BACKGROUND">
  10.                 <Texture file="Interface\SpellBook\SpellBook-SkillLineTab">
  11.                     <Size>
  12.                         <AbsDimension x="64" y="64"/>
  13.                     </Size>
  14.                     <Anchors>
  15.                         <Anchor point="TOPLEFT">
  16.                             <Offset>
  17.                                 <AbsDimension x="-3" y="11"/>
  18.                             </Offset>
  19.                         </Anchor>
  20.                     </Anchors>
  21.                 </Texture>
  22.             </Layer>
  23.         </Layers>
  24.         <Scripts>
  25.             <OnClick>
  26.                 PlayerTalentFrameType_OnClick(self);
  27.             </OnClick>
  28.             <OnEnter>
  29.                 GameTooltip:SetOwner(self, "ANCHOR_RIGHT");
  30.                 GameTooltip:SetText(self.tooltip);
  31.             </OnEnter>
  32.             <OnLeave>
  33.                 GameTooltip:Hide();
  34.             </OnLeave>
  35.         </Scripts>
  36.         <NormalTexture/>
  37.         <HighlightTexture file="Interface\Buttons\ButtonHilight-Square" alphaMode="ADD"/>
  38.         <CheckedTexture file="Interface\Buttons\CheckButtonHilight" alphaMode="ADD"/>
  39.     </CheckButton>
  40.    
  41.     <Frame name="PlayerTalentFrame" enableMouse="true" toplevel="true" parent="UIParent" hidden="true">
  42.         <Size>
  43.             <AbsDimension x="384" y="512"/>
  44.         </Size>
  45.         <Anchors>
  46.             <Anchor point="TOPLEFT">
  47.                 <Offset>
  48.                     <AbsDimension x="0" y="-104"/>
  49.                 </Offset>
  50.             </Anchor>
  51.         </Anchors>
  52.         <HitRectInsets>
  53.             <AbsInset left="0" right="30" top="0" bottom="45"/>
  54.         </HitRectInsets>
  55.         <Layers>
  56.             <Layer level="BACKGROUND">
  57.                 <Texture name="PlayerTalentFramePortrait">
  58.                     <Size>
  59.                         <AbsDimension x="60" y="60"/>
  60.                     </Size>
  61.                     <Anchors>
  62.                         <Anchor point="TOPLEFT">
  63.                             <Offset>
  64.                                 <AbsDimension x="7" y="-6"/>
  65.                             </Offset>
  66.                         </Anchor>
  67.                     </Anchors>
  68.                 </Texture>
  69.             </Layer>
  70.             <Layer level="BORDER">
  71.                 <Texture file="Interface\PaperDollInfoFrame\UI-Character-General-TopLeft">
  72.                     <Size>
  73.                         <AbsDimension x="256" y="256"/>
  74.                     </Size>
  75.                     <Anchors>
  76.                         <Anchor point="TOPLEFT">
  77.                             <Offset>
  78.                                 <AbsDimension x="2" y="-1"/>
  79.                             </Offset>
  80.                         </Anchor>
  81.                     </Anchors>
  82.                 </Texture>
  83.                 <Texture file="Interface\PaperDollInfoFrame\UI-Character-General-TopRight">
  84.                     <Size>
  85.                         <AbsDimension x="128" y="256"/>
  86.                     </Size>
  87.                     <Anchors>
  88.                         <Anchor point="TOPRIGHT">
  89.                             <Offset>
  90.                                 <AbsDimension x="2" y="-1"/>
  91.                             </Offset>
  92.                         </Anchor>
  93.                     </Anchors>
  94.                 </Texture>
  95.                 <Texture file="Interface\TalentFrame\UI-TalentFrame-BotLeft">
  96.                     <Size>
  97.                         <AbsDimension x="256" y="256"/>
  98.                     </Size>
  99.                     <Anchors>
  100.                         <Anchor point="BOTTOMLEFT">
  101.                             <Offset>
  102.                                 <AbsDimension x="2" y="-1"/>
  103.                             </Offset>
  104.                         </Anchor>
  105.                     </Anchors>
  106.                 </Texture>
  107.                 <Texture file="Interface\TalentFrame\UI-TalentFrame-BotRight">
  108.                     <Size>
  109.                         <AbsDimension x="128" y="256"/>
  110.                     </Size>
  111.                     <Anchors>
  112.                         <Anchor point="BOTTOMRIGHT">
  113.                             <Offset>
  114.                                 <AbsDimension x="2" y="-1"/>
  115.                             </Offset>
  116.                         </Anchor>
  117.                     </Anchors>
  118.                 </Texture>
  119.             </Layer>
  120.             <Layer level="ARTWORK">
  121.                 <Texture name="PlayerTalentFrameBackgroundTopLeft">
  122.                     <Size>
  123.                         <AbsDimension x="256" y="256"/>
  124.                     </Size>
  125.                     <Anchors>
  126.                         <Anchor point="TOPLEFT">
  127.                             <Offset>
  128.                                 <AbsDimension x="23" y="-77"/>
  129.                             </Offset>
  130.                         </Anchor>
  131.                     </Anchors>
  132.                 </Texture>
  133.                 <Texture name="PlayerTalentFrameBackgroundTopRight">
  134.                     <Size>
  135.                         <AbsDimension x="64" y="256"/>
  136.                     </Size>
  137.                     <Anchors>
  138.                         <Anchor point="TOPLEFT" relativeTo="PlayerTalentFrameBackgroundTopLeft" relativePoint="TOPRIGHT">
  139.                             <Offset>
  140.                                 <AbsDimension x="0" y="0"/>
  141.                             </Offset>
  142.                         </Anchor>
  143.                     </Anchors>
  144.                 </Texture>
  145.                 <Texture name="PlayerTalentFrameBackgroundBottomLeft">
  146.                     <Size>
  147.                         <AbsDimension x="256" y="128"/>
  148.                     </Size>
  149.                     <Anchors>
  150.                         <Anchor point="TOPLEFT" relativeTo="PlayerTalentFrameBackgroundTopLeft" relativePoint="BOTTOMLEFT">
  151.                             <Offset>
  152.                                 <AbsDimension x="0" y="0"/>
  153.                             </Offset>
  154.                         </Anchor>
  155.                     </Anchors>
  156.                 </Texture>
  157.                 <Texture name="PlayerTalentFrameBackgroundBottomRight">
  158.                     <Size>
  159.                         <AbsDimension x="64" y="128"/>
  160.                     </Size>
  161.                     <Anchors>
  162.                         <Anchor point="TOPLEFT" relativeTo="PlayerTalentFrameBackgroundTopLeft" relativePoint="BOTTOMRIGHT">
  163.                             <Offset>
  164.                                 <AbsDimension x="0" y="0"/>
  165.                             </Offset>
  166.                         </Anchor>
  167.                     </Anchors>
  168.                 </Texture>
  169.             </Layer>
  170.             <Layer level="OVERLAY">
  171.                 <FontString name="PlayerTalentFrameTitleText" inherits="GameFontNormal" text="TALENTS">
  172.                     <Anchors>
  173.                         <Anchor point="TOP">
  174.                             <Offset>
  175.                                 <AbsDimension x="0" y="-16"/>
  176.                             </Offset>
  177.                         </Anchor>
  178.                     </Anchors>
  179.                 </FontString>
  180.                 <Texture name="PlayerTalentFramePointsLeft" file="Interface\Common\Common-Input-Border">
  181.                     <Size>
  182.                         <AbsDimension x="8" y="20"/>
  183.                     </Size>
  184.                     <Anchors>
  185.                         <Anchor point="TOPLEFT" relativeTo="PlayerTalentFrame">
  186.                             <Offset>
  187.                                 <AbsDimension x="75" y="-48"/>
  188.                             </Offset>
  189.                         </Anchor>
  190.                     </Anchors>
  191.                     <TexCoords left="0" right="0.0625" top="0" bottom="0.625"/>
  192.                 </Texture>
  193.                 <Texture name="PlayerTalentFramePointsMiddle" file="Interface\Common\Common-Input-Border">
  194.                     <Size>
  195.                         <AbsDimension x="248" y="20"/>
  196.                     </Size>
  197.                     <Anchors>
  198.                         <Anchor point="LEFT" relativeTo="PlayerTalentFramePointsLeft" relativePoint="RIGHT"/>
  199.                     </Anchors>
  200.                     <TexCoords left="0.0625" right="0.9375" top="0" bottom="0.625"/>
  201.                 </Texture>
  202.                 <Texture name="PlayerTalentFramePointsRight" file="Interface\Common\Common-Input-Border">
  203.                     <Size>
  204.                         <AbsDimension x="8" y="20"/>
  205.                     </Size>
  206.                     <Anchors>
  207.                         <Anchor point="LEFT" relativeTo="PlayerTalentFramePointsMiddle" relativePoint="RIGHT"/>
  208.                     </Anchors>
  209.                     <TexCoords left="0.9375" right="1.0" top="0" bottom="0.625"/>
  210.                 </Texture>
  211.                 <FontString name="PlayerTalentFrameSpentPoints" inherits="GameFontNormalSmall">
  212.                     <Anchors>
  213.                         <Anchor point="TOP" relativeTo="PlayerTalentFramePointsMiddle">
  214.                             <Offset>
  215.                                 <AbsDimension x="0" y="-5"/>
  216.                             </Offset>
  217.                         </Anchor>
  218.                     </Anchors>
  219.                 </FontString>
  220.                 <FontString name="PlayerTalentFrameTalentPointsText" inherits="GameFontHighlightSmall">
  221.                     <Anchors>
  222.                         <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMLEFT">
  223.                             <Offset>
  224.                                 <AbsDimension x="252" y="87"/>
  225.                             </Offset>
  226.                         </Anchor>
  227.                     </Anchors>
  228.                 </FontString>
  229.                 <FontString name="PlayerTalentFrameTalentPoints" inherits="GameFontNormalSmall" text="CHARACTER_POINTS1_COLON">
  230.                     <Anchors>
  231.                         <Anchor point="RIGHT" relativeTo="PlayerTalentFrameTalentPointsText" relativePoint="LEFT">
  232.                             <Offset>
  233.                                 <AbsDimension x="-3" y="0"/>
  234.                             </Offset>
  235.                         </Anchor>
  236.                     </Anchors>
  237.                 </FontString>
  238.             </Layer>
  239.         </Layers>
  240.         <Frames>
  241.             <Button name="PlayerTalentFrameCloseButton" inherits="UIPanelCloseButton">
  242.                 <Anchors>
  243.                     <Anchor point="CENTER" relativePoint="TOPRIGHT">
  244.                         <Offset>
  245.                             <AbsDimension x="-44" y="-25"/>
  246.                         </Offset>
  247.                     </Anchor>
  248.                 </Anchors>
  249.             </Button>
  250.             <Button name="PlayerTalentFrameCancelButton" inherits="UIPanelButtonTemplate" text="CLOSE">
  251.                 <Size>
  252.                     <AbsDimension x="80" y="22"/>
  253.                 </Size>
  254.                 <Anchors>
  255.                     <Anchor point="CENTER" relativePoint="TOPLEFT">
  256.                         <Offset>
  257.                             <AbsDimension x="305" y="-420"/>
  258.                         </Offset>
  259.                     </Anchor>
  260.                 </Anchors>
  261.                 <Scripts>
  262.                     <OnClick>
  263.                         HideUIPanel(self:GetParent());
  264.                     </OnClick>
  265.                 </Scripts>
  266.             </Button>
  267.             <Button name="PlayerTalentFrameTab1" inherits="TalentTabTemplate" id="1">
  268.                 <Anchors>
  269.                     <Anchor point="BOTTOMLEFT">
  270.                         <Offset>
  271.                             <AbsDimension x="15" y="46"/>
  272.                         </Offset>
  273.                     </Anchor>
  274.                 </Anchors>
  275.             </Button>
  276.             <Button name="PlayerTalentFrameTab2" inherits="TalentTabTemplate" id="2">
  277.                 <Anchors>
  278.                     <Anchor point="LEFT" relativeTo="PlayerTalentFrameTab1" relativePoint="RIGHT">
  279.                         <Offset>
  280.                             <AbsDimension x="-15" y="0"/>
  281.                         </Offset>
  282.                     </Anchor>
  283.                 </Anchors>
  284.             </Button>
  285.             <Button name="PlayerTalentFrameTab3" inherits="TalentTabTemplate" id="3">
  286.                 <Anchors>
  287.                     <Anchor point="LEFT" relativeTo="PlayerTalentFrameTab2" relativePoint="RIGHT">
  288.                         <Offset>
  289.                             <AbsDimension x="-15" y="0"/>
  290.                         </Offset>
  291.                     </Anchor>
  292.                 </Anchors>
  293.             </Button>
  294.             <Button name="PlayerTalentFrameTab4" inherits="TalentTabTemplate" id="4">
  295.                 <Anchors>
  296.                     <Anchor point="LEFT" relativeTo="PlayerTalentFrameTab3" relativePoint="RIGHT">
  297.                         <Offset>
  298.                             <AbsDimension x="-15" y="0"/>
  299.                         </Offset>
  300.                     </Anchor>
  301.                 </Anchors>
  302.             </Button>
  303.             <Button name="PlayerTalentFrameTab5" inherits="TalentTabTemplate" id="5">
  304.                 <Anchors>
  305.                     <Anchor point="LEFT" relativeTo="PlayerTalentFrameTab4" relativePoint="RIGHT">
  306.                         <Offset>
  307.                             <AbsDimension x="-15" y="0"/>
  308.                         </Offset>
  309.                     </Anchor>
  310.                 </Anchors>
  311.             </Button>
  312.             <Button name="PlayerTalentFrameTab6" inherits="TalentTabTemplate" id="6">
  313.                 <Anchors>
  314.                     <Anchor point="LEFT" relativeTo="PlayerTalentFrameTab5" relativePoint="RIGHT">
  315.                         <Offset>
  316.                             <AbsDimension x="-15" y="0"/>
  317.                         </Offset>
  318.                     </Anchor>
  319.                 </Anchors>
  320.             </Button>
  321.             <CheckButton name="PlayerTalentFrameType1" inherits="PlayerTalentFrameTypeTemplate" id="1">
  322.                 <Anchors>
  323.                     <Anchor point="TOPLEFT" relativePoint="TOPRIGHT">
  324.                         <Offset>
  325.                             <AbsDimension x="-32" y="-65"/>
  326.                         </Offset>
  327.                     </Anchor>
  328.                 </Anchors>
  329.             </CheckButton>
  330.             <CheckButton name="PlayerTalentFrameType2" inherits="PlayerTalentFrameTypeTemplate" id="2">
  331.                 <Anchors>
  332.                     <Anchor point="TOPLEFT" relativeTo="PlayerTalentFrameType1" relativePoint="BOTTOMLEFT">
  333.                         <Offset>
  334.                             <AbsDimension x="0" y="-17"/>
  335.                         </Offset>
  336.                     </Anchor>
  337.                 </Anchors>
  338.             </CheckButton>
  339.             <ScrollFrame name="PlayerTalentFrameScrollFrame" inherits="UIPanelScrollFrameTemplate">
  340.                 <Size>
  341.                     <AbsDimension x="296" y="332"/>
  342.                 </Size>
  343.                 <Anchors>
  344.                     <Anchor point="TOPRIGHT">
  345.                         <Offset>
  346.                             <AbsDimension x="-65" y="-77"/>
  347.                         </Offset>
  348.                     </Anchor>
  349.                 </Anchors>
  350.                 <Layers>
  351.                     <Layer level="ARTWORK">
  352.                         <Texture file="Interface\PaperDollInfoFrame\UI-Character-ScrollBar">
  353.                             <Size>
  354.                                 <AbsDimension x="31" y="256"/>
  355.                             </Size>
  356.                             <Anchors>
  357.                                 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT">
  358.                                     <Offset>
  359.                                         <AbsDimension x="-2" y="5"/>
  360.                                     </Offset>
  361.                                 </Anchor>
  362.                             </Anchors>
  363.                             <TexCoords left="0" right="0.484375" top="0" bottom="1.0"/>
  364.                         </Texture>
  365.                         <Texture file="Interface\PaperDollInfoFrame\UI-Character-ScrollBar">
  366.                             <Size>
  367.                                 <AbsDimension x="31" y="106"/>
  368.                             </Size>
  369.                             <Anchors>
  370.                                 <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT">
  371.                                     <Offset>
  372.                                         <AbsDimension x="-2" y="-2"/>
  373.                                     </Offset>
  374.                                 </Anchor>
  375.                             </Anchors>
  376.                             <TexCoords left="0.515625" right="1.0" top="0" bottom="0.4140625"/>
  377.                         </Texture>
  378.                     </Layer>
  379.                 </Layers>
  380.                 <ScrollChild>
  381.                     <Frame name="PlayerTalentFrameScrollChildFrame">
  382.                         <Size>
  383.                             <AbsDimension x="320" y="50"/>
  384.                         </Size>
  385.                         <Anchors>
  386.                             <Anchor point="TOPLEFT"/>
  387.                         </Anchors>
  388.                         <Layers>
  389.                             <Layer level="BACKGROUND">
  390.                                 <Texture name="PlayerTalentFrameBranch1" inherits="TalentBranchTemplate"/>
  391.                                 <Texture name="PlayerTalentFrameBranch2" inherits="TalentBranchTemplate"/>
  392.                                 <Texture name="PlayerTalentFrameBranch3" inherits="TalentBranchTemplate"/>
  393.                                 <Texture name="PlayerTalentFrameBranch4" inherits="TalentBranchTemplate"/>
  394.                                 <Texture name="PlayerTalentFrameBranch5" inherits="TalentBranchTemplate"/>
  395.                                 <Texture name="PlayerTalentFrameBranch6" inherits="TalentBranchTemplate"/>
  396.                                 <Texture name="PlayerTalentFrameBranch7" inherits="TalentBranchTemplate"/>
  397.                                 <Texture name="PlayerTalentFrameBranch8" inherits="TalentBranchTemplate"/>
  398.                                 <Texture name="PlayerTalentFrameBranch9" inherits="TalentBranchTemplate"/>
  399.                                 <Texture name="PlayerTalentFrameBranch10" inherits="TalentBranchTemplate"/>
  400.                                 <Texture name="PlayerTalentFrameBranch11" inherits="TalentBranchTemplate"/>
  401.                                 <Texture name="PlayerTalentFrameBranch12" inherits="TalentBranchTemplate"/>
  402.                                 <Texture name="PlayerTalentFrameBranch13" inherits="TalentBranchTemplate"/>
  403.                                 <Texture name="PlayerTalentFrameBranch14" inherits="TalentBranchTemplate"/>
  404.                                 <Texture name="PlayerTalentFrameBranch15" inherits="TalentBranchTemplate"/>
  405.                                 <Texture name="PlayerTalentFrameBranch16" inherits="TalentBranchTemplate"/>
  406.                                 <Texture name="PlayerTalentFrameBranch17" inherits="TalentBranchTemplate"/>
  407.                                 <Texture name="PlayerTalentFrameBranch18" inherits="TalentBranchTemplate"/>
  408.                                 <Texture name="PlayerTalentFrameBranch19" inherits="TalentBranchTemplate"/>
  409.                                 <Texture name="PlayerTalentFrameBranch20" inherits="TalentBranchTemplate"/>
  410.                                 <Texture name="PlayerTalentFrameBranch21" inherits="TalentBranchTemplate"/>
  411.                                 <Texture name="PlayerTalentFrameBranch22" inherits="TalentBranchTemplate"/>
  412.                                 <Texture name="PlayerTalentFrameBranch23" inherits="TalentBranchTemplate"/>
  413.                                 <Texture name="PlayerTalentFrameBranch24" inherits="TalentBranchTemplate"/>
  414.                                 <Texture name="PlayerTalentFrameBranch25" inherits="TalentBranchTemplate"/>
  415.                                 <Texture name="PlayerTalentFrameBranch26" inherits="TalentBranchTemplate"/>
  416.                                 <Texture name="PlayerTalentFrameBranch27" inherits="TalentBranchTemplate"/>
  417.                                 <Texture name="PlayerTalentFrameBranch28" inherits="TalentBranchTemplate"/>
  418.                                 <Texture name="PlayerTalentFrameBranch29" inherits="TalentBranchTemplate"/>
  419.                                 <Texture name="PlayerTalentFrameBranch30" inherits="TalentBranchTemplate"/>
  420.                             </Layer>
  421.                         </Layers>
  422.                         <Frames>
  423.                             <Button name="PlayerTalentFrameTalent1" inherits="TalentButtonTemplate" id="1"/>
  424.                             <Button name="PlayerTalentFrameTalent2" inherits="TalentButtonTemplate" id="2"/>
  425.                             <Button name="PlayerTalentFrameTalent3" inherits="TalentButtonTemplate" id="3"/>
  426.                             <Button name="PlayerTalentFrameTalent4" inherits="TalentButtonTemplate" id="4"/>
  427.                             <Button name="PlayerTalentFrameTalent5" inherits="TalentButtonTemplate" id="5"/>
  428.                             <Button name="PlayerTalentFrameTalent6" inherits="TalentButtonTemplate" id="6"/>
  429.                             <Button name="PlayerTalentFrameTalent7" inherits="TalentButtonTemplate" id="7"/>
  430.                             <Button name="PlayerTalentFrameTalent8" inherits="TalentButtonTemplate" id="8"/>
  431.                             <Button name="PlayerTalentFrameTalent9" inherits="TalentButtonTemplate" id="9"/>
  432.                             <Button name="PlayerTalentFrameTalent10" inherits="TalentButtonTemplate" id="10"/>
  433.                             <Button name="PlayerTalentFrameTalent11" inherits="TalentButtonTemplate" id="11"/>
  434.                             <Button name="PlayerTalentFrameTalent12" inherits="TalentButtonTemplate" id="12"/>
  435.                             <Button name="PlayerTalentFrameTalent13" inherits="TalentButtonTemplate" id="13"/>
  436.                             <Button name="PlayerTalentFrameTalent14" inherits="TalentButtonTemplate" id="14"/>
  437.                             <Button name="PlayerTalentFrameTalent15" inherits="TalentButtonTemplate" id="15"/>
  438.                             <Button name="PlayerTalentFrameTalent16" inherits="TalentButtonTemplate" id="16"/>
  439.                             <Button name="PlayerTalentFrameTalent17" inherits="TalentButtonTemplate" id="17"/>
  440.                             <Button name="PlayerTalentFrameTalent18" inherits="TalentButtonTemplate" id="18"/>
  441.                             <Button name="PlayerTalentFrameTalent19" inherits="TalentButtonTemplate" id="19"/>
  442.                             <Button name="PlayerTalentFrameTalent20" inherits="TalentButtonTemplate" id="20"/>
  443.                             <Button name="PlayerTalentFrameTalent21" inherits="TalentButtonTemplate" id="21"/>
  444.                             <Button name="PlayerTalentFrameTalent22" inherits="TalentButtonTemplate" id="22"/>
  445.                             <Button name="PlayerTalentFrameTalent23" inherits="TalentButtonTemplate" id="23"/>
  446.                             <Button name="PlayerTalentFrameTalent24" inherits="TalentButtonTemplate" id="24"/>
  447.                             <Button name="PlayerTalentFrameTalent25" inherits="TalentButtonTemplate" id="25"/>
  448.                             <Button name="PlayerTalentFrameTalent26" inherits="TalentButtonTemplate" id="26"/>
  449.                             <Button name="PlayerTalentFrameTalent27" inherits="TalentButtonTemplate" id="27"/>
  450.                             <Button name="PlayerTalentFrameTalent28" inherits="TalentButtonTemplate" id="28"/>
  451.                             <Button name="PlayerTalentFrameTalent29" inherits="TalentButtonTemplate" id="29"/>
  452.                             <Button name="PlayerTalentFrameTalent30" inherits="TalentButtonTemplate" id="30"/>
  453.                             <Button name="PlayerTalentFrameTalent31" inherits="TalentButtonTemplate" id="31"/>
  454.                             <Button name="PlayerTalentFrameTalent32" inherits="TalentButtonTemplate" id="32"/>
  455.                             <Button name="PlayerTalentFrameTalent33" inherits="TalentButtonTemplate" id="33"/>
  456.                             <Button name="PlayerTalentFrameTalent34" inherits="TalentButtonTemplate" id="34"/>
  457.                             <Button name="PlayerTalentFrameTalent35" inherits="TalentButtonTemplate" id="35"/>
  458.                             <Button name="PlayerTalentFrameTalent36" inherits="TalentButtonTemplate" id="36"/>
  459.                             <Button name="PlayerTalentFrameTalent37" inherits="TalentButtonTemplate" id="37"/>
  460.                             <Button name="PlayerTalentFrameTalent38" inherits="TalentButtonTemplate" id="38"/>
  461.                             <Button name="PlayerTalentFrameTalent39" inherits="TalentButtonTemplate" id="39"/>
  462.                             <Button name="PlayerTalentFrameTalent40" inherits="TalentButtonTemplate" id="40"/>
  463.  
  464.                             <Frame name="PlayerTalentFrameArrowFrame" setAllPoints="true">
  465.                                 <Layers>
  466.                                     <Layer level="OVERLAY">
  467.                                         <Texture name="PlayerTalentFrameArrow1" inherits="TalentArrowTemplate"/>
  468.                                         <Texture name="PlayerTalentFrameArrow2" inherits="TalentArrowTemplate"/>
  469.                                         <Texture name="PlayerTalentFrameArrow3" inherits="TalentArrowTemplate"/>
  470.                                         <Texture name="PlayerTalentFrameArrow4" inherits="TalentArrowTemplate"/>
  471.                                         <Texture name="PlayerTalentFrameArrow5" inherits="TalentArrowTemplate"/>
  472.                                         <Texture name="PlayerTalentFrameArrow6" inherits="TalentArrowTemplate"/>
  473.                                         <Texture name="PlayerTalentFrameArrow7" inherits="TalentArrowTemplate"/>
  474.                                         <Texture name="PlayerTalentFrameArrow8" inherits="TalentArrowTemplate"/>
  475.                                         <Texture name="PlayerTalentFrameArrow9" inherits="TalentArrowTemplate"/>
  476.                                         <Texture name="PlayerTalentFrameArrow10" inherits="TalentArrowTemplate"/>
  477.                                         <Texture name="PlayerTalentFrameArrow11" inherits="TalentArrowTemplate"/>
  478.                                         <Texture name="PlayerTalentFrameArrow12" inherits="TalentArrowTemplate"/>
  479.                                         <Texture name="PlayerTalentFrameArrow13" inherits="TalentArrowTemplate"/>
  480.                                         <Texture name="PlayerTalentFrameArrow14" inherits="TalentArrowTemplate"/>
  481.                                         <Texture name="PlayerTalentFrameArrow15" inherits="TalentArrowTemplate"/>
  482.                                         <Texture name="PlayerTalentFrameArrow16" inherits="TalentArrowTemplate"/>
  483.                                         <Texture name="PlayerTalentFrameArrow17" inherits="TalentArrowTemplate"/>
  484.                                         <Texture name="PlayerTalentFrameArrow18" inherits="TalentArrowTemplate"/>
  485.                                         <Texture name="PlayerTalentFrameArrow19" inherits="TalentArrowTemplate"/>
  486.                                         <Texture name="PlayerTalentFrameArrow20" inherits="TalentArrowTemplate"/>
  487.                                         <Texture name="PlayerTalentFrameArrow21" inherits="TalentArrowTemplate"/>
  488.                                         <Texture name="PlayerTalentFrameArrow22" inherits="TalentArrowTemplate"/>
  489.                                         <Texture name="PlayerTalentFrameArrow23" inherits="TalentArrowTemplate"/>
  490.                                         <Texture name="PlayerTalentFrameArrow24" inherits="TalentArrowTemplate"/>
  491.                                         <Texture name="PlayerTalentFrameArrow25" inherits="TalentArrowTemplate"/>
  492.                                         <Texture name="PlayerTalentFrameArrow26" inherits="TalentArrowTemplate"/>
  493.                                         <Texture name="PlayerTalentFrameArrow27" inherits="TalentArrowTemplate"/>
  494.                                         <Texture name="PlayerTalentFrameArrow28" inherits="TalentArrowTemplate"/>
  495.                                         <Texture name="PlayerTalentFrameArrow29" inherits="TalentArrowTemplate"/>
  496.                                         <Texture name="PlayerTalentFrameArrow30" inherits="TalentArrowTemplate"/>
  497.                                     </Layer>
  498.                                 </Layers>
  499.                             </Frame>
  500.                         </Frames>
  501.                     </Frame>
  502.                 </ScrollChild>
  503.             </ScrollFrame>
  504.             <Frame name="PlayerTalentFrameScrollButtonOverlay" parent="PlayerTalentFrameScrollFrameScrollBarScrollDownButton" hidden="true">
  505.                 <Size>
  506.                     <AbsDimension x="32" y="32"/>
  507.                 </Size>
  508.                 <Anchors>
  509.                     <Anchor point="CENTER">
  510.                         <Offset>
  511.                             <AbsDimension x="0" y="0"/>
  512.                         </Offset>
  513.                     </Anchor>
  514.                 </Anchors>
  515.                 <Layers>
  516.                     <Layer level="OVERLAY">
  517.                         <Texture file="Interface\Buttons\UI-ScrollBar-Button-Overlay" setAllPoints="true" alphaMode="ADD"/>
  518.                     </Layer>
  519.                 </Layers>
  520.             </Frame>
  521.         </Frames>
  522.         <Scripts>
  523.             <OnShow>
  524.                 PlayerTalentFrame_OnShow(self);
  525.             </OnShow>
  526.             <OnHide>
  527.                 PlayerTalentFrame_OnHide(self);
  528.             </OnHide>
  529.             <OnLoad>
  530.                 PlayerTalentFrame_OnLoad(self);
  531.             </OnLoad>
  532.             <OnEvent>
  533.                 PlayerTalentFrame_OnEvent(self, event, ...);
  534.             </OnEvent>
  535.         </Scripts>
  536.     </Frame>
  537. </Ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement