vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <Bindings> |
2 | <!-- |
||
3 | Revision: $Id: Bindings.xml 284 2006-09-14 22:56:01Z esamynn $ |
||
4 | --> |
||
5 | <!-- User interface key bindings --> |
||
6 | <Binding name="GATHERER_BINDING_QUICKMENU" runOnUp="false" header="GATHERER_BINDINGS_HEADER"> |
||
7 | if (GathererUI_Popup:IsVisible()) then |
||
8 | GathererUI_HideMenu(); |
||
9 | else |
||
10 | GathererUI_ShowMenu(); |
||
11 | end |
||
12 | </Binding> |
||
13 | <Binding name="GATHERER_BINDING_OPTIONS" runOnUp="false"> |
||
14 | if ( GathererUI_DialogFrame:IsVisible() ) then |
||
15 | GathererUI_HideOptions(); |
||
16 | else |
||
17 | GathererUI_ShowOptions(); |
||
18 | end |
||
19 | </Binding> |
||
20 | <Binding name="GATHERER_BINDING_REPORT" runOnUp="false"> |
||
21 | showGathererInfo(1); |
||
22 | </Binding> |
||
23 | <Binding name="GATHERER_BINDING_SEARCH" runOnUp="false"> |
||
24 | showGathererInfo(2); |
||
25 | </Binding> |
||
26 | </Bindings> |
||
27 |