annotate ObjectiveWidgets.xml @ 5:e9b61fd5f607

- use IsQuestWatched as the determinant for setting action button updates - check for block match-up in deferred action button updates
author Nenue
date Thu, 31 Mar 2016 15:58:08 -0400
parents 3397aae1f44d
children 5301c68f28d8
rev   line source
Nenue@3 1 <Ui>
Nenue@3 2 <!-- houses objective widget templates -->
Nenue@3 3
Nenue@3 4 <Frame name="VeneerObjectiveCriteriaProgressBar" virtual="true">
Nenue@3 5 <Size x="250" y="30" />
Nenue@3 6 <Scripts>
Nenue@3 7 <OnLoad>
Nenue@3 8 self.widgetType = 'ProgressBar'
Nenue@3 9 Veneer.ObjectiveTracker.RegisterWidget(self)
Nenue@3 10 </OnLoad>
Nenue@3 11 <OnShow>
Nenue@3 12 Veneer.ObjectiveTracker.InitializeWidget(self)
Nenue@3 13 </OnShow>
Nenue@3 14 <OnHide>
Nenue@3 15 Veneer.ObjectiveTracker.ReleaseWidget(self)
Nenue@3 16 </OnHide>
Nenue@3 17 <OnEvent>
Nenue@3 18
Nenue@3 19 </OnEvent>
Nenue@3 20 </Scripts>
Nenue@3 21 <Layers>
Nenue@3 22 <Layer level="BACKGROUND">
Nenue@3 23 <Texture SetAllPoints="true" name="$parentBackground" parentKey="bg" setAllPoints="true">
Nenue@3 24 <Color r="0" g="0" b="0" a="0.25" />
Nenue@3 25 </Texture>
Nenue@3 26 </Layer>
Nenue@3 27 <Layer level="ARTWORK">
Nenue@3 28
Nenue@3 29 </Layer>
Nenue@3 30 <Layer level="OVERLAY">
Nenue@3 31 <FontString name="$parentQuantityString" parentKey="quantityString" inherits="VeneerCriteriaFont">
Nenue@3 32
Nenue@3 33 </FontString>
Nenue@3 34 </Layer>
Nenue@3 35 </Layers>
Nenue@3 36 </Frame>
Nenue@3 37 </Ui>