diff options
Diffstat (limited to 'src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingTheme.xml')
-rw-r--r-- | src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingTheme.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingTheme.xml b/src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingTheme.xml index 0d0dabf5..7491ab1c 100644 --- a/src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingTheme.xml +++ b/src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingTheme.xml | |||
@@ -124,6 +124,27 @@ There are currently four states for a button: default, focus, hover, and selecte | |||
124 | <Text>Back</Text> | 124 | <Text>Back</Text> |
125 | <ChangePageAction Page="Button" /> | 125 | <ChangePageAction Page="Button" /> |
126 | </Button> | 126 | </Button> |
127 | <Button Name="BillboardButton" X="-183" Y="-11" Width="75" Height="23" TabStop="yes" FontId="Default"> | ||
128 | <Text>Next</Text> | ||
129 | <ChangePageAction Page="Billboard" /> | ||
130 | </Button> | ||
131 | </Page> | ||
132 | <Page Name="Billboard"> | ||
133 | <Label X="6" Y="6" Width="-6" Height="43" FontId="Default"> | ||
134 | This page has a billboard. It loops between two panels every 1.5 seconds. Only one button should be visible at all times (this is currently broken). | ||
135 | </Label> | ||
136 | <Billboard Name="FirstBillboard" X="11" Y="59" Width="-11" Height="-39" Interval="1500" Loop="yes"> | ||
137 | <BillboardPanel> | ||
138 | <Button Name="FirstBillboardButton1" X="11" Y="11" Width="75" Height="23" TabStop="yes" FontId="Default">First Panel</Button> | ||
139 | </BillboardPanel> | ||
140 | <BillboardPanel> | ||
141 | <Button Name="FirstBillboardButton2" X="11" Y="39" Width="75" Height="23" TabStop="yes" FontId="Default">Second Panel</Button> | ||
142 | </BillboardPanel> | ||
143 | </Billboard> | ||
144 | <Button Name="BillboardBackButton" X="-269" Y="-11" Width="75" Height="23" TabStop="yes" FontId="Default"> | ||
145 | <Text>Back</Text> | ||
146 | <ChangePageAction Page="Progressbar" /> | ||
147 | </Button> | ||
127 | </Page> | 148 | </Page> |
128 | <Button Name="StartButton" X="-97" Y="-11" Width="75" Height="23" TabStop="yes" FontId="Default" Visible="yes"> | 149 | <Button Name="StartButton" X="-97" Y="-11" Width="75" Height="23" TabStop="yes" FontId="Default" Visible="yes"> |
129 | <Text>Start</Text> | 150 | <Text>Start</Text> |