Mercurial > wow > buffalo2
comparison ObjectiveWidgets.xml @ 12:8238cddaddb1
ObjectiveUI
- fillers for 'Hidden' objective widgets
| author | Nenue |
|---|---|
| date | Sat, 02 Apr 2016 05:01:54 -0400 |
| parents | 2698173edd40 |
| children | 9455693fc290 |
comparison
equal
deleted
inserted
replaced
| 11:fb80e365bab3 | 12:8238cddaddb1 |
|---|---|
| 65 | 65 |
| 66 </FontString> | 66 </FontString> |
| 67 </Layer> | 67 </Layer> |
| 68 </Layers> | 68 </Layers> |
| 69 </Frame> | 69 </Frame> |
| 70 | |
| 71 <Frame name="VeneerObjectiveCriteriaHidden" virtual="true" hidden="true"> | |
| 72 <Size x="250" y="24" /> | |
| 73 <Scripts> | |
| 74 <OnLoad> | |
| 75 self.widgetType = 'Hidden' | |
| 76 self.lines = 0 | |
| 77 Veneer.ObjectiveTracker.RegisterWidget(self) | |
| 78 </OnLoad> | |
| 79 <OnShow> | |
| 80 Veneer.ObjectiveTracker.InitializeWidget(self) | |
| 81 </OnShow> | |
| 82 <OnHide> | |
| 83 Veneer.ObjectiveTracker.ReleaseWidget(self) | |
| 84 </OnHide> | |
| 85 </Scripts> | |
| 86 <Layers> | |
| 87 <Layer level="OVERLAY"> | |
| 88 <FontString name="$parentQuantityString" parentKey="quantityString" inherits="VeneerCriteriaFont"> | |
| 89 | |
| 90 </FontString> | |
| 91 </Layer> | |
| 92 </Layers> | |
| 93 </Frame> | |
| 70 </Ui> | 94 </Ui> |
