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.
46 lines
2.1 KiB
46 lines
2.1 KiB
<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/
|
|
..\FrameXML\UI.xsd">
|
|
<Script file="PopupSlider.lua"/>
|
|
|
|
<Slider name="HekiliPopupDropdownSliderTemplate" minValue="0" maxValue="100" inherits="UnitPopupSliderTemplate" virtual="true">
|
|
<Size x="0" y="17"/>
|
|
<Anchors>
|
|
<Anchor point="LEFT" x="18" y="0"/>
|
|
<Anchor point="RIGHT" relativeKey="$parent.Text" relativePoint="LEFT" x="0" y="0"/>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad method="OnLoad" inherit="append"/>
|
|
</Scripts>
|
|
</Slider>
|
|
|
|
<Frame name="HekiliPopupDropdownTextTemplate" inherits="PropertyFontStringTemplate" virtual="true">
|
|
<Size x="32" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="TOPRIGHT"/>
|
|
<Anchor point="BOTTOMRIGHT"/>
|
|
</Anchors>
|
|
</Frame>
|
|
|
|
<Frame name="HekiliPopupDropdownRangeTemplate" inherits="UIDropDownCustomMenuEntryTemplate" mixin="HekiliPopupDropdownMixin" virtual="true">
|
|
<Size x="250" y="16"/>
|
|
<Layers>
|
|
<Layer level="BACKGROUND">
|
|
<Texture name="$parentHighlight" parentKey="Highlight" file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD" setAllPoints="true" hidden="true"/>
|
|
</Layer>
|
|
</Layers>
|
|
<Scripts>
|
|
<OnLoad method="OnLoad"/>
|
|
<OnShow method="OnShow"/>
|
|
<OnHide method="OnHide"/>
|
|
<OnEnter function="UIDropDownMenuButton_OnEnter"/>
|
|
<OnLeave function="UIDropDownMenuButton_OnLeave"/>
|
|
</Scripts>
|
|
<Frames>
|
|
<Frame parentKey="Text" inherits="HekiliPopupDropdownTextTemplate"/>
|
|
<Slider parentKey="Slider" inherits="HekiliPopupDropdownSliderTemplate" mixin="HekiliPopupDropdownSliderMixin"/>
|
|
<Frame parentKey="NewFeature" inherits="NewFeatureLabelTemplate" frameStrata="HIGH" scale=".8" frameLevel="100" hidden="true">
|
|
<Size x="1" y="1"/>
|
|
</Frame>
|
|
</Frames>
|
|
</Frame>
|
|
</Ui>
|