Add a GtkSpinner testcase

This commit is contained in:
Matthias Clasen 2011-06-21 23:37:30 -04:00
parent 96d5ea96fd
commit 5d84495b77
3 changed files with 38 additions and 1 deletions

View File

@ -38,4 +38,5 @@ EXTRA_DIST += \
expander.ui expander.txt \
assistant.ui assistant.txt \
pickers.ui pickers.txt \
lockbutton.ui lockbutton.txt
lockbutton.ui lockbutton.txt \
spinner.ui spinner.txt

22
tests/a11y/spinner.txt Normal file
View File

@ -0,0 +1,22 @@
window1
"window"
index: 0
state: enabled resizable sensitive showing visible
toolkit: gail
<AtkComponent>
layer: window
alpha: 1
spinner1
"unknown"
parent: window1
index: 0
name: Spinner
description: Provides visual indication of progress
state: enabled sensitive showing visible
toolkit: gail
<AtkComponent>
layer: widget
alpha: 1
<AtkImage>
image size: 12 x 12
image description: (null)

14
tests/a11y/spinner.ui Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkSpinner" id="spinner1">
<property name="visible">True</property>
<property name="active">True</property>
</object>
</child>
</object>
</interface>