annotate Libs/DF/load.xml @ 11:2f09fe4be15c

Added an Options Panel.
author Tercio
date Mon, 20 Apr 2015 16:34:18 -0300
parents
children 7944c081e5b4
rev   line source
Tercio@11 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/..\FrameXML\UI.xsd">
Tercio@11 2
Tercio@11 3 <Script file="fw.lua"/>
Tercio@11 4 <Script file="addon.lua"/>
Tercio@11 5 <Script file="colors.lua"/>
Tercio@11 6 <Script file="help.lua"/>
Tercio@11 7 <Script file="label.lua"/>
Tercio@11 8 <Script file="picture.lua"/>
Tercio@11 9 <Script file="slider.lua"/>
Tercio@11 10 <Script file="scrollbar.lua"/>
Tercio@11 11
Tercio@11 12 <Include file="tutorial_alert.xml"/>
Tercio@11 13 <Include file="split_bar.xml"/>
Tercio@11 14 <Include file="textentry.xml"/>
Tercio@11 15 <Include file="button.xml"/>
Tercio@11 16 <Include file="cooltip.xml"/>
Tercio@11 17 <Include file="dropdown.xml"/>
Tercio@11 18 <Include file="normal_bar.xml"/>
Tercio@11 19 <Include file="panel.xml"/>
Tercio@11 20
Tercio@11 21 <Script file="pictureedit.lua"/>
Tercio@11 22 </Ui>