vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Bindings>
2 <Binding name="NEEDYLIST_CURETOP" header="NEEDYLIST">
3 NL_CureTopNeed("LeftButton");
4 </Binding>
5 <Binding name="NEEDYLIST_CURETOP_ALTERNATE" header="NEEDYLIST">
6 NL_CureTopNeed("RightButton");
7 </Binding>
8 <Binding name="NEEDYLIST_SORTUNITS" header="NEEDYLIST">
9 NL_SortList();
10 </Binding>
11 <Binding name="NEEDYLIST_MINIMIZE" header="NEEDYLIST">
12 if( NLHeader:IsShown() ) then
13 NLHeaderMinimized:Show();
14 else
15 NLHeader:Show();
16 end
17 </Binding>
18 <Binding name="NEEDYLIST_CONFIGURE" header="NEEDYLIST">
19 NLConfigNeedsFrame:Hide();
20 NLConfigFrame:Show();
21 </Binding>
22 </Bindings>