annotate Libs/DF/load.xml @ 39:7944c081e5b4

- framework update. - ToC Update.
author Tercio
date Tue, 19 Jul 2016 13:23:40 -0300
parents 2f09fe4be15c
children a960d5372b0c
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@39 11 <Script file="math.lua"/>
Tercio@11 12
Tercio@11 13 <Include file="tutorial_alert.xml"/>
Tercio@11 14 <Include file="split_bar.xml"/>
Tercio@11 15 <Include file="textentry.xml"/>
Tercio@11 16 <Include file="button.xml"/>
Tercio@11 17 <Include file="cooltip.xml"/>
Tercio@11 18 <Include file="dropdown.xml"/>
Tercio@11 19 <Include file="normal_bar.xml"/>
Tercio@11 20 <Include file="panel.xml"/>
Tercio@11 21
Tercio@11 22 <Script file="pictureedit.lua"/>
Tercio@11 23 </Ui>