vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <!--$Id: opt-gui.xml 2106 2006-05-24 03:47:06Z kaelten $ -->
2 <Ui xmlns="http://www.blizzard.com/wow/ui/"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://www.blizzard.com/wow/ui/FrameXML/UI.xsd">
5  
6 <Frame name="KC_EnhancedTradesConfigFrame" inherits="AceGUIDialogTemplate" hidden="true" parent="UIParent">
7 <Frames>
8 <CheckButton name="$parentToggle" inherits="AceGUICheckBoxTemplate" id="0"/>
9 <CheckButton name="$parentShowLegend" inherits="AceGUICheckBoxTemplate" id="1"/>
10 <CheckButton name="$parentSmart" inherits="AceGUICheckBoxTemplate" id="2"/>
11 <CheckButton name="$parentShowIv" inherits="AceGUICheckBoxTemplate" id="3"/>
12 <CheckButton name="$parentShowIb" inherits="AceGUICheckBoxTemplate" id="4"/>
13 <CheckButton name="$parentShowIvb" inherits="AceGUICheckBoxTemplate" id="5"/>
14 <CheckButton name="$parentShowIvba" inherits="AceGUICheckBoxTemplate" id="6"/>
15 </Frames>
16 </Frame>
17  
18 </Ui>