vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Bindings>
2 <Binding name="DUF_OPTIONS" header="DUF">
3 if (not DUF_Options) then
4 DUF_Load_Options();
5 end
6 if (DUF_Options:IsVisible()) then
7 DUF_Options:Hide();
8 else
9 DUF_Options:Show();
10 end
11 </Binding>
12 <Binding name="DUF_TOGGLE_FRAMES_LOCK">
13 DUF_Toggle_FramesLock();
14 </Binding>
15 <Binding name="DUF_TOGGLE_ELEMENTS_LOCK">
16 DUF_Toggle_ElementsLock();
17 </Binding>
18 </Bindings>