Mercurial > wow > mailopener
annotate Libs/AceGUI-3.0/AceGUI-3.0.xml @ 5:1ba07a64bf14
Added a ?FailSafe? module which will safe you from mail failing to open. The opening of a single mail may get stuck when other things occur such as mail being send at the exact same time. This module will continue with the next mail after a set timeout (default set to 20 seconds).
| author | Zerotorescue |
|---|---|
| date | Tue, 07 Sep 2010 20:57:49 +0200 |
| parents | 823e33465b6e |
| 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> |
