Mercurial > wow > buffalo2
view ObjectiveWidgets.xml @ 4:18eee961038e
- more action button debug
author | Nenue |
---|---|
date | Thu, 31 Mar 2016 14:28:40 -0400 |
parents | 3397aae1f44d |
children | 5301c68f28d8 |
line wrap: on
line source
<Ui> <!-- houses objective widget templates --> <Frame name="VeneerObjectiveCriteriaProgressBar" virtual="true"> <Size x="250" y="30" /> <Scripts> <OnLoad> self.widgetType = 'ProgressBar' Veneer.ObjectiveTracker.RegisterWidget(self) </OnLoad> <OnShow> Veneer.ObjectiveTracker.InitializeWidget(self) </OnShow> <OnHide> Veneer.ObjectiveTracker.ReleaseWidget(self) </OnHide> <OnEvent> </OnEvent> </Scripts> <Layers> <Layer level="BACKGROUND"> <Texture SetAllPoints="true" name="$parentBackground" parentKey="bg" setAllPoints="true"> <Color r="0" g="0" b="0" a="0.25" /> </Texture> </Layer> <Layer level="ARTWORK"> </Layer> <Layer level="OVERLAY"> <FontString name="$parentQuantityString" parentKey="quantityString" inherits="VeneerCriteriaFont"> </FontString> </Layer> </Layers> </Frame> </Ui>