annotate SkeletonKey.xml @ 86:d6831be74cf4

Partial functionality updates for 8.0
author Nenue
date Tue, 17 Jul 2018 14:46:43 -0400
parents 9824d524a661
children 73810564e4b8
rev   line source
Nenue@70 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/
Nenue@70 2 ..\FrameXML\UI.xsd">
Nenue@70 3
Nenue@70 4 <Script file="SkeletonKey.lua" />
Nenue@70 5 <Script file="ActionTemplates.lua" />
Nenue@70 6 <Script file="BindingsFrame.lua" />
Nenue@70 7 <Script file="Events.lua" />
Nenue@70 8 <Script file="KeyButton.lua" />
Nenue@70 9 <Script file="HotKey.lua" />
Nenue@70 10
Nenue@70 11 <Font name="SkeletonKeyHeaderFont" height="18" font="Fonts\skurri.ttf" outline="NORMAL" justifyH="LEFT" justifyV="TOP" virtual="true" />
Nenue@70 12 <Font name="SkeletonKeyButtonFont" justifyH="LEFT" virtual="true" inherits="NumberFontNormal" />
Nenue@70 13 <Font name="SkeletonKeyMacroFont" height="12" font="Fonts\ARIALN.TTF" justifyH="LEFT" virtual="true" >
Nenue@70 14 <Color a="1" r="1" g="1" b="1" />
Nenue@70 15 </Font>
Nenue@70 16
Nenue@70 17 <Font name="SkeletonKeyStatusFont" height="12" font="Fonts\ARIALN.TTF" justifyH="LEFT" virtual="true" />
Nenue@70 18
Nenue@70 19 <Frame name="SkeletonKey" parent="UIParent" hidden="true" clampedToScreen="true" movable="true" enableMouse="true" toplevel="true" mixin="SkeletonKeyMixin">
Nenue@70 20 <Anchors>
Nenue@70 21 <Anchor point="TOP" y="-25" x="0" />
Nenue@70 22 </Anchors>
Nenue@70 23 <Scripts>
Nenue@70 24 <OnLoad method="OnLoad" />
Nenue@70 25 <OnEvent method="OnEvent" />
Nenue@70 26 <OnShow method="OnShow" />
Nenue@86 27 <!--<OnUpdate method="OnUpdate" />-->
Nenue@70 28 <OnKeyDown method="OnKeyDown" />
Nenue@70 29 <OnKeyUp method="OnKeyUp" />
Nenue@86 30 <!--<OnMouseDown method="OnMouseDown" />
Nenue@86 31 <OnMouseUp method="OnMouseUp" />-->
Nenue@70 32 <OnMouseWheel method="OnMouseWheel" />
Nenue@70 33 <OnDragStart method="OnDragStart" />
Nenue@70 34 <OnDragStop method="OnDragStop" />
Nenue@70 35 </Scripts>
Nenue@70 36 <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
Nenue@70 37 <EdgeSize val="16" />
Nenue@70 38 <TileSize val="16" />
Nenue@70 39 <BorderColor a="1" r="1" g="1" b="1" />
Nenue@70 40 <BackgroundInsets top="4" left="4" bottom="4" right="4" />
Nenue@70 41 <Color r="0" g="0" b="0" a="1" />
Nenue@70 42 </Backdrop>
Nenue@70 43 <Size x="600" y="200" />
Nenue@70 44 <Layers>
Nenue@70 45 <Layer level="BACKGROUND">
Nenue@70 46
Nenue@70 47 <Texture parentKey="info">
Nenue@70 48 <Anchors>
Nenue@70 49 <Anchor point="TOPLEFT" />
Nenue@70 50 <Anchor point="RIGHT" />
Nenue@70 51 </Anchors>
Nenue@70 52 <Size y="42" />
Nenue@70 53 </Texture>
Nenue@70 54
Nenue@70 55 <Texture parentKey="headerbg" alphaMode="MOD">
Nenue@70 56 <Size y="32" />
Nenue@70 57 <Anchors>
Nenue@70 58 <Anchor point="TOPLEFT" x="2" y="-2" />
Nenue@70 59 <Anchor point="RIGHT" x="-2" />
Nenue@70 60 </Anchors>
Nenue@70 61 <Color a="1" r="1" g="1" b="1" />
Nenue@70 62 <Gradient orientation="VERTICAL">
Nenue@70 63 <MinColor r="0" g="0" b="0"/>
Nenue@70 64 <MaxColor r="1" g="1" b="1"/>
Nenue@70 65 </Gradient>
Nenue@70 66 </Texture>
Nenue@70 67
Nenue@70 68
Nenue@70 69
Nenue@70 70 <Texture parentKey="profilebg">
Nenue@70 71 <Size y="102" />
Nenue@70 72 <Anchors>
Nenue@70 73 <Anchor point="TOP" relativePoint="BOTTOM" relativeKey="$parent.headerbg" />
Nenue@70 74 <Anchor point="LEFT" x="2" y="0" />
Nenue@70 75 <Anchor point="RIGHT" x="-2" y="0" />
Nenue@70 76 </Anchors>
Nenue@70 77 <Color a="1" r="0" g="0" b="0" />
Nenue@70 78 </Texture>
Nenue@70 79
Nenue@70 80 <Texture parentKey="bg">
Nenue@70 81 <Size y="4" />
Nenue@70 82 <Anchors>
Nenue@70 83 <Anchor point="TOP" relativePoint="BOTTOM" relativeKey="$parent.profilebg" />
Nenue@70 84 <Anchor point="LEFT" x="4" y="0" />
Nenue@70 85 </Anchors>
Nenue@70 86 <Color a="1" r="0" g="0" b="0" />
Nenue@70 87 </Texture>
Nenue@70 88
Nenue@70 89 <Texture parentKey="footer">
Nenue@70 90 <Size y="52" />
Nenue@70 91 <Anchors>
Nenue@70 92 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeKey="$parent.bg" x="0" y="0" />
Nenue@70 93 <Anchor point="RIGHT" x="-2" />
Nenue@70 94 </Anchors>
Nenue@70 95 <Color a="1" r="0" g="0" b="0" />
Nenue@70 96 </Texture>
Nenue@70 97 </Layer>
Nenue@70 98 <Layer level="OVERLAY">
Nenue@70 99
Nenue@70 100 <FontString inherits="SkeletonKeyHeaderFont" text="Bindings" parentKey="header">
Nenue@70 101 <Anchors>
Nenue@70 102 <Anchor point="TOPLEFT" />
Nenue@70 103 </Anchors>
Nenue@70 104 </FontString>
Nenue@70 105
Nenue@70 106 <FontString parentKey="profiletext" inherits="SkeletonKeyHeaderFont" justifyH="LEFT" text="Foobar">
Nenue@70 107 <Anchors>
Nenue@70 108 <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT" relativeKey="$parent.header" x="8" y="5" />
Nenue@70 109 </Anchors>
Nenue@70 110 <Color a="1" r="1" g="0.7" b="0" />
Nenue@70 111 </FontString>
Nenue@70 112
Nenue@70 113 <FontString parentKey="statustext" inherits="SkeletonKeyStatusFont" justifyH="LEFT" justifyV="TOP">
Nenue@70 114 <Anchors>
Nenue@70 115 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT" relativeKey="$parent.bg" x="12" y="7" />
Nenue@70 116 </Anchors>
Nenue@70 117 </FontString>
Nenue@70 118
Nenue@70 119
Nenue@70 120 <FontString parentKey="bindingstext" inherits="NumberFont_Outline_Large" justifyH="RIGHT" justifyV="TOP">
Nenue@70 121 <Anchors>
Nenue@70 122 <Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT" relativeKey="$parent.bg" x="-12" y="7" />
Nenue@70 123 </Anchors>
Nenue@70 124 <Color a="1" r="0" g="1" b="0" />
Nenue@70 125 </FontString>
Nenue@70 126
Nenue@70 127 </Layer>
Nenue@70 128 </Layers>
Nenue@70 129 <Frames>
Nenue@70 130
Nenue@70 131
Nenue@70 132 <Button parentKey="macroButton" name="$parentMacro" inherits="SecureActionButtonTemplate">
Nenue@70 133 <Attributes>
Nenue@70 134 <Attribute name="*type*" value="macro" />
Nenue@70 135 </Attributes>
Nenue@70 136 </Button>
Nenue@70 137 <Button parentKey="actionButton" name="$parentKey" inherits="SecureActionButtonTemplate" />
Nenue@70 138
Nenue@70 139 <Frame name="$parentHotKeyText" mixin="SkeletonHotKeyMixin" parentArray="Plugins">
Nenue@70 140 <Scripts>
Nenue@70 141 <OnLoad method="OnLoad" />
Nenue@70 142 <OnEvent method="OnEvent" />
Nenue@70 143 </Scripts>
Nenue@70 144 </Frame>
Nenue@86 145 <!--
Nenue@70 146 <Frame name="KeyBinderTutorial" parent="KeyBinder">
Nenue@70 147
Nenue@70 148 <Size x="20" y="20" />
Nenue@70 149 <Anchors>
Nenue@70 150 <Anchor point="TOPLEFT" relativeKey="$parent.footer" x="2" y="-2" />
Nenue@70 151 <Anchor point="TOPRIGHT" relativeKey="$parent.footer" x="-2" y="-2" />
Nenue@70 152 </Anchors>
Nenue@70 153 <Layers>
Nenue@70 154 <Layer level="ARTWORK">
Nenue@70 155 <Texture name="$parentMouseLeftClick" file="Interface\TutorialFrame\UI-TUTORIAL-FRAME">
Nenue@70 156 <Size x="15" y="20"/>
Nenue@70 157 <Anchors>
Nenue@70 158 <Anchor point="TOPLEFT" />
Nenue@70 159 </Anchors>
Nenue@70 160 <TexCoords left="0.0019531" right="0.1484375" top="0.4257813" bottom="0.6210938"/>
Nenue@70 161 </Texture>
Nenue@86 162 <FontString inherits="SkeletonKeyButtonFont" text="to change a key binding.">
Nenue@70 163 <Anchors>
Nenue@70 164 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parentMouseLeftClick" x="2" y="0" />
Nenue@70 165 </Anchors>
Nenue@70 166 </FontString>
Nenue@70 167
Nenue@70 168 <Texture name="$parentMouseRightClick" file="Interface\TutorialFrame\UI-TUTORIAL-FRAME">
Nenue@70 169 <Size x="15" y="20"/>
Nenue@70 170 <Anchors>
Nenue@70 171 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentMouseLeftClick" x="0" y="-2" />
Nenue@70 172 </Anchors>
Nenue@70 173 <TexCoords left="0.0019531" right="0.1484375" top="0.6269531" bottom="0.8222656"/>
Nenue@70 174 </Texture>
Nenue@86 175 <FontString inherits="SkeletonKeyButtonFont" text="to remove actions from profile.">
Nenue@70 176 <Anchors>
Nenue@70 177 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parentMouseRightClick" x="2" y="0" />
Nenue@70 178 </Anchors>
Nenue@70 179 </FontString>
Nenue@70 180
Nenue@70 181 </Layer>
Nenue@70 182 </Layers>
Nenue@86 183 </Frame>-->
Nenue@70 184
Nenue@70 185 <Button inherits="UIPanelCloseButton" parentKey="CloseButton">
Nenue@70 186 <Anchors>
Nenue@70 187 <Anchor point="TOPRIGHT" />
Nenue@70 188 </Anchors>
Nenue@70 189 </Button>
Nenue@70 190
Nenue@70 191
Nenue@70 192 <CheckButton name="KeyBinderStickyMode" inherits="UICheckButtonTemplate">
Nenue@70 193 <Size y="32" x="32" />
Nenue@70 194 <Layers>
Nenue@70 195 <Layer level="OVERLAY">
Nenue@86 196 <FontString parentKey="header" inherits="SkeletonKeyButtonFont" text="Sticky Mode:" />
Nenue@70 197 </Layer>
Nenue@70 198 </Layers>
Nenue@70 199 </CheckButton>
Nenue@70 200
Nenue@70 201 <CheckButton name="KeyBinderHoverInput" inherits="UICheckButtonTemplate">
Nenue@70 202 <Size y="32" x="32" />
Nenue@70 203 <Anchors>
Nenue@70 204 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" x="-4" y="0" relativeTo="KeyBinderStickyMode" />
Nenue@70 205 </Anchors>
Nenue@70 206 <Layers>
Nenue@70 207 <Layer level="OVERLAY">
Nenue@86 208 <FontString parentKey="header" inherits="SkeletonKeyButtonFont" text="Bind" />
Nenue@70 209 <FontString inherits="SkeletonKeyHeaderFont" text="Settings">
Nenue@70 210 <Anchors>
Nenue@70 211 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT" x="0" y="32" />
Nenue@70 212 </Anchors>
Nenue@70 213 </FontString>
Nenue@70 214 </Layer>
Nenue@70 215 </Layers>
Nenue@70 216 </CheckButton>
Nenue@70 217
Nenue@70 218 <CheckButton name="KeyBinderProtectBindings" inherits="UICheckButtonTemplate">
Nenue@70 219 <Size y="32" x="32" />
Nenue@70 220 <Anchors>
Nenue@70 221 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" x="-4" y="0" relativeTo="KeyBinderHoverInput" />
Nenue@70 222 </Anchors>
Nenue@70 223 <Layers>
Nenue@70 224 <Layer level="OVERLAY">
Nenue@86 225 <FontString parentKey="header" inherits="SkeletonKeyButtonFont" text="Safe" />
Nenue@70 226 </Layer>
Nenue@70 227 </Layers>
Nenue@70 228 </CheckButton>
Nenue@70 229 </Frames>
Nenue@70 230 </Frame>
Nenue@70 231
Nenue@70 232
Nenue@70 233 <CheckButton name="KeyButton" virtual="true" mixin="SkeletonKeyButtonMixin">
Nenue@70 234 <Size x="32" y="32" />
Nenue@70 235 <Scripts>
Nenue@70 236 <OnLoad method="OnLoad" />
Nenue@70 237 <OnClick method="OnClick" />
Nenue@70 238 <OnUpdate method="OnUpdate" />
Nenue@70 239 <OnKeyDown method="OnKeyDown" />
Nenue@70 240 <OnDragStart method="OnDragStart" />
Nenue@70 241 <OnReceiveDrag method="OnReceiveDrag" />
Nenue@70 242 <OnKeyUp method="OnKeyUp" />
Nenue@70 243 <OnEnter method="OnEnter" />
Nenue@70 244 <OnLeave method="OnLeave" />
Nenue@70 245 </Scripts>
Nenue@70 246 <Layers>
Nenue@70 247 <Layer level="BACKGROUND">
Nenue@70 248 <Texture parentKey="border" setAllPoints="true">
Nenue@70 249 <Color a="1" r=".25" g=".25" b=".25" />
Nenue@70 250 </Texture>
Nenue@70 251 </Layer>
Nenue@70 252 <Layer level="BORDER">
Nenue@70 253
Nenue@70 254 <Texture parentKey="bg">
Nenue@70 255 <Anchors>
Nenue@70 256 <Anchor point="TOPLEFT" x="2" y="-2" />
Nenue@70 257 <Anchor point="BOTTOMRIGHT" x="-2" y="2" />
Nenue@70 258 </Anchors>
Nenue@70 259 <Color a="0.5" r="0" g="0" b="0" />
Nenue@70 260 </Texture>
Nenue@70 261 </Layer>
Nenue@70 262 <Layer level="ARTWORK">
Nenue@70 263 <Texture setAllPoints="true" parentKey="icon">
Nenue@70 264 <Anchors>
Nenue@70 265 <Anchor point="TOPLEFT" x="2" y="-2" />
Nenue@70 266 <Anchor point="BOTTOMRIGHT" x="-2" y="2" />
Nenue@70 267 </Anchors>
Nenue@70 268
Nenue@70 269 <TexCoords left="0.1" right="0.9" top="0.1" bottom="0.9" />
Nenue@70 270
Nenue@70 271 </Texture>
Nenue@70 272 </Layer>
Nenue@70 273 <Layer level="OVERLAY">
Nenue@70 274 <FontString inherits="NumberFontNormal" parentKey="header" wordwrap="false" justifyH="LEFT">
Nenue@70 275
Nenue@70 276 <Anchors>
Nenue@70 277 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" x="2" y="-2" />
Nenue@70 278 <Anchor point="RIGHT" x="128" y="0" />
Nenue@70 279 </Anchors>
Nenue@70 280 </FontString>
Nenue@70 281 <FontString inherits="NumberFontNormal" parentKey="bind">
Nenue@70 282 <Anchors>
Nenue@70 283 <Anchor point="BOTTOMRIGHT" x="-2" y="2" />
Nenue@70 284 </Anchors>
Nenue@70 285 </FontString>
Nenue@70 286 <FontString inherits="SkeletonKeyMacroFont" parentKey="macro">
Nenue@70 287 <Anchors>
Nenue@70 288 <Anchor point="TOPLEFT" x="2" y="-2" />
Nenue@70 289 <Anchor point="RIGHT" x="-2" y="0" />
Nenue@70 290 </Anchors>
Nenue@70 291 </FontString>
Nenue@70 292 <FontString inherits="NumberFontNormal" parentKey="details" justifyH="LEFT">
Nenue@70 293 <Anchors>
Nenue@70 294 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" x="0" y="-2" relativeKey="$parent.header" />
Nenue@70 295 <Anchor point="RIGHT" x="128" y="0" />
Nenue@70 296 </Anchors>
Nenue@70 297 </FontString>
Nenue@70 298
Nenue@70 299 <Texture parentKey="ignoreTexture" file="Interface\PaperDollInfoFrame\UI-GearManager-LeaveItem-Transparent" hidden="true">
Nenue@74 300 <Size x="24" y="24" />
Nenue@70 301 <Anchors>
Nenue@74 302 <Anchor point="TOPLEFT" x="2" y="-2" />
Nenue@70 303 </Anchors>
Nenue@70 304 </Texture>
Nenue@70 305 </Layer>
Nenue@70 306 </Layers>
Nenue@70 307 <HighlightTexture alphaMode="ADD">
Nenue@70 308 <Anchors>
Nenue@70 309 <Anchor point="TOPLEFT" x="2" y="-2" />
Nenue@70 310 <Anchor point="BOTTOMRIGHT" x="-2" y="2" />
Nenue@70 311 </Anchors>
Nenue@70 312 <Color a="1" r="0.15" g="0.15" b="0.15" />
Nenue@70 313 </HighlightTexture>
Nenue@70 314 <Frames>
Nenue@70 315 <Frame parentKey="alert" hidden="true">
Nenue@70 316 <Size x="18" y="18" />
Nenue@70 317 <Anchors>
Nenue@70 318 <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMLEFT" relativeKey="$parent.bind" x="-2" />
Nenue@70 319 </Anchors>
Nenue@70 320 <Layers>
Nenue@70 321 <Layer level="ARTWORK">
Nenue@70 322 <Texture file="Interface\DialogFrame\UI-Dialog-Icon-AlertNew" setAllPoints="true" />
Nenue@70 323 </Layer>
Nenue@70 324 </Layers>
Nenue@70 325 </Frame>
Nenue@70 326 </Frames>
Nenue@70 327 </CheckButton>
Nenue@70 328 <Frame name="SkeletonKeyPanelTemplate" parent="SkeletonKey" hidden="true" parentArray="Panels" virtual="true">
Nenue@70 329 <Scripts>
Nenue@70 330 <OnLoad method="OnLoad" />
Nenue@70 331 <OnShow method="OnShow" />
Nenue@86 332 <!--<OnEvent method="OnEvent" />-->
Nenue@70 333 </Scripts>
Nenue@70 334 <Layers>
Nenue@70 335 <Layer level="BACKGROUND">
Nenue@70 336 <Texture parentKey="bg" />
Nenue@70 337 </Layer>
Nenue@70 338 </Layers>
Nenue@70 339 </Frame>
Nenue@70 340
Nenue@70 341 <Frame name="$parentActionList" mixin="SkeletonKeyActionListMixin" inherits="SkeletonKeyPanelTemplate">
Nenue@70 342 <Layers>
Nenue@70 343 <Layer level="BORDER">
Nenue@70 344
Nenue@70 345
Nenue@70 346 <Texture parentKey="profileStripe">
Nenue@70 347 <Size y="4" />
Nenue@70 348 <Anchors>
Nenue@70 349
Nenue@70 350 <Anchor point="TOP" />
Nenue@70 351 <Anchor point="LEFT" x="0" y="0" />
Nenue@70 352 <Anchor point="RIGHT" x="0" y="0" />
Nenue@70 353 </Anchors>
Nenue@70 354 </Texture>
Nenue@70 355 </Layer>
Nenue@70 356 </Layers>
Nenue@70 357 <Frames>
Nenue@70 358 <Button parentKey="UnbindButton" hidden="true">
Nenue@70 359 <Size x="48" y="24" />
Nenue@70 360 <Layers>
Nenue@70 361 <Layer level="BACKGROUND">
Nenue@70 362 <Texture parentKey="Background">
Nenue@70 363 <Anchors>
Nenue@70 364 <Anchor point="TOPLEFT" x="-4" y="52" />
Nenue@70 365 <Anchor point="BOTTOMRIGHT" x="124" y="-4" />
Nenue@70 366 </Anchors>
Nenue@70 367 <Color a="0.9" r="0" g="0" b="0" />
Nenue@70 368 </Texture>
Nenue@70 369 </Layer>
Nenue@70 370 <Layer level="OVERLAY">
Nenue@70 371
Nenue@70 372 <FontString parentKey="savingText" inherits="SkeletonKeyHeaderFont" text="Press a key.">
Nenue@70 373 <Anchors>
Nenue@70 374 <Anchor point="TOP" relativePoint="BOTTOM" y="-3" />
Nenue@70 375 </Anchors>
Nenue@70 376 </FontString>
Nenue@70 377 <FontString inherits="SkeletonKeyButtonFont" text="Clear">
Nenue@70 378 <Anchors>
Nenue@70 379 <Anchor point="CENTER" />
Nenue@70 380 </Anchors>
Nenue@70 381 </FontString>
Nenue@70 382 </Layer>
Nenue@70 383 </Layers>
Nenue@70 384 <NormalTexture>
Nenue@70 385 <Color a="1" r=".7" g="0.12" b=".06" />
Nenue@70 386 </NormalTexture>
Nenue@70 387 <HighlightTexture alphaMode="ADD">
Nenue@70 388
Nenue@70 389 <Color a="1" r=".15" g="0.15" b=".15" />
Nenue@70 390 </HighlightTexture>
Nenue@70 391 </Button>
Nenue@70 392 </Frames>
Nenue@70 393 </Frame>
Nenue@86 394
Nenue@86 395 <!--
Nenue@70 396 <Frame name="$parentSystemBindings" mixin="SkeletonKeySystemBindingsMixin" inherits="SkeletonKeyPanelTemplate" />
Nenue@86 397 -->
Nenue@70 398 <Button name="SkeletonKeyTabTemplate" parentArray="tabButtons" virtual="true">
Nenue@70 399 <Size x="48" y="32" />
Nenue@70 400 <Layers>
Nenue@70 401 <Layer level="BACKGROUND">
Nenue@70 402 <Texture parentKey="Background">
Nenue@70 403 <Color a="1" r="0.1" g="0.1" b="0.1" />
Nenue@70 404 </Texture>
Nenue@70 405 </Layer>
Nenue@70 406 <Layer level="ARTWORK">
Nenue@70 407 <Texture parentKey="Icon">
Nenue@70 408 <Size x="28" y="28" />
Nenue@70 409 <Anchors>
Nenue@70 410 <Anchor point="TOPLEFT" />
Nenue@70 411 </Anchors>
Nenue@70 412 </Texture>
Nenue@70 413 </Layer>
Nenue@70 414 <Layer level="OVERLAY">
Nenue@70 415 <FontString parentKey="Label" inherits="GameFontNormal">
Nenue@70 416 <Anchors>
Nenue@70 417 <Anchor point="LEFT" relativePoint="RIGHT" relativeKey="$parent.Icon" x="3" y="0" />
Nenue@70 418 </Anchors>
Nenue@70 419 </FontString>
Nenue@70 420 </Layer>
Nenue@70 421 </Layers>
Nenue@70 422 </Button>
Nenue@70 423
Nenue@70 424 </Ui>