annotate Libs/AceGUI-3.0/AceGUI-3.0.xml @ 0:c6ff7ba0e8f6

Reasonably functional now. Cleaning up some stuff which might have to be reverted.
author Zerotorescue
date Thu, 07 Oct 2010 17:17:43 +0200
parents
children
rev   line source
Zerotorescue@0 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/
Zerotorescue@0 2 ..\FrameXML\UI.xsd">
Zerotorescue@0 3 <Script file="AceGUI-3.0.lua"/>
Zerotorescue@0 4 <!-- Container -->
Zerotorescue@0 5 <Script file="widgets\AceGUIContainer-BlizOptionsGroup.lua"/>
Zerotorescue@0 6 <Script file="widgets\AceGUIContainer-DropDownGroup.lua"/>
Zerotorescue@0 7 <Script file="widgets\AceGUIContainer-Frame.lua"/>
Zerotorescue@0 8 <Script file="widgets\AceGUIContainer-InlineGroup.lua"/>
Zerotorescue@0 9 <Script file="widgets\AceGUIContainer-ScrollFrame.lua"/>
Zerotorescue@0 10 <Script file="widgets\AceGUIContainer-SimpleGroup.lua"/>
Zerotorescue@0 11 <Script file="widgets\AceGUIContainer-TabGroup.lua"/>
Zerotorescue@0 12 <Script file="widgets\AceGUIContainer-TreeGroup.lua"/>
Zerotorescue@0 13 <Script file="widgets\AceGUIContainer-Window.lua"/>
Zerotorescue@0 14 <!-- Widgets -->
Zerotorescue@0 15 <Script file="widgets\AceGUIWidget-Button.lua"/>
Zerotorescue@0 16 <Script file="widgets\AceGUIWidget-CheckBox.lua"/>
Zerotorescue@0 17 <Script file="widgets\AceGUIWidget-ColorPicker.lua"/>
Zerotorescue@0 18 <Script file="widgets\AceGUIWidget-DropDown.lua"/>
Zerotorescue@0 19 <Script file="widgets\AceGUIWidget-DropDown-Items.lua"/>
Zerotorescue@0 20 <Script file="widgets\AceGUIWidget-EditBox.lua"/>
Zerotorescue@0 21 <Script file="widgets\AceGUIWidget-Heading.lua"/>
Zerotorescue@0 22 <Script file="widgets\AceGUIWidget-Icon.lua"/>
Zerotorescue@0 23 <Script file="widgets\AceGUIWidget-InteractiveLabel.lua"/>
Zerotorescue@0 24 <Script file="widgets\AceGUIWidget-Keybinding.lua"/>
Zerotorescue@0 25 <Script file="widgets\AceGUIWidget-Label.lua"/>
Zerotorescue@0 26 <Script file="widgets\AceGUIWidget-MultiLineEditBox.lua"/>
Zerotorescue@0 27 <Script file="widgets\AceGUIWidget-Slider.lua"/>
Zerotorescue@0 28 </Ui>