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.
17 lines
810 B
17 lines
810 B
<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="Blizzard_ObjectiveTrackerUIWidgetContainer.lua"/>
|
|
|
|
<Frame name="KT_ObjectiveTrackerUIWidgetBlock" parent="KT_ObjectiveTrackerBlocksFrame" inherits="ResizeLayoutFrame" mixin="KT_ObjectiveTrackerUIWidgetBlockMixin" hidden="true" virtual="true">
|
|
<KeyValues>
|
|
<KeyValue key="fixedWidth" value="212" type="number"/>
|
|
</KeyValues>
|
|
<Scripts>
|
|
<OnLoad method="OnLoad"/>
|
|
<OnEvent method="OnEvent"/>
|
|
</Scripts>
|
|
</Frame>
|
|
|
|
<Frame name="KT_ObjectiveTrackerUIWidgetContainer" parent="UIParent" inherits="UIWidgetContainerTemplate" mixin="KT_ObjectiveTrackerUIWidgetContainerMixin" alpha="0" />
|
|
</Ui>
|
|
|