vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Ui xmlns="http://www.blizzard.com/wow/ui/"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
4  
5 <Script file="bar.lua"/>
6  
7 <!-- this would be created dynamically, but I can't get things to use the mousewheel that way -->
8 <Frame name="BongosMinimapScrollFrame" enableMouse="false" setAllPoints="true" parent="Minimap">
9 <Scripts>
10 <OnMouseWheel>
11 BongosMinimapScrollFrame_OnMouseWheel()
12 </OnMouseWheel>
13 </Scripts>
14 </Frame>
15 </Ui>