mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 21:20:09 +00:00
Statusbar testcases
This commit is contained in:
parent
fb91fd7e3c
commit
9d4ce36199
@ -61,4 +61,5 @@ EXTRA_DIST += \
|
|||||||
spinner.ui spinner.txt \
|
spinner.ui spinner.txt \
|
||||||
progress.ui progress.txt \
|
progress.ui progress.txt \
|
||||||
infobar.ui infobar.txt \
|
infobar.ui infobar.txt \
|
||||||
calendar.ui calendar.txt
|
calendar.ui calendar.txt \
|
||||||
|
statusbar.ui statusbar.txt
|
||||||
|
108
tests/a11y/statusbar.txt
Normal file
108
tests/a11y/statusbar.txt
Normal file
@ -0,0 +1,108 @@
|
|||||||
|
window1
|
||||||
|
"window"
|
||||||
|
index: 0
|
||||||
|
state: enabled resizable sensitive showing visible
|
||||||
|
toolkit: gail
|
||||||
|
<AtkComponent>
|
||||||
|
layer: window
|
||||||
|
alpha: 1
|
||||||
|
statusbar1
|
||||||
|
"statusbar"
|
||||||
|
parent: window1
|
||||||
|
index: 0
|
||||||
|
name:
|
||||||
|
state: enabled horizontal sensitive showing visible
|
||||||
|
toolkit: gail
|
||||||
|
<AtkComponent>
|
||||||
|
layer: widget
|
||||||
|
alpha: 1
|
||||||
|
<AtkText>
|
||||||
|
text:
|
||||||
|
character count: 0
|
||||||
|
caret offset: 0
|
||||||
|
default attributes: left-margin: 0
|
||||||
|
right-margin: 0
|
||||||
|
indent: 0
|
||||||
|
invisible: false
|
||||||
|
editable: false
|
||||||
|
pixels-above-lines: 0
|
||||||
|
pixels-below-lines: 0
|
||||||
|
pixels-inside-wrap: 0
|
||||||
|
bg-full-height: 0
|
||||||
|
scale: 1
|
||||||
|
rise: 0
|
||||||
|
underline: none
|
||||||
|
strikethrough: false
|
||||||
|
bg-stipple: false
|
||||||
|
fg-stipple: false
|
||||||
|
fg-color: <omitted>
|
||||||
|
bg-color: <omitted>
|
||||||
|
wrap-mode: word
|
||||||
|
justification: left
|
||||||
|
size: <omitted>
|
||||||
|
weight: <omitted>
|
||||||
|
family-name: <omitted>
|
||||||
|
stretch: <omitted>
|
||||||
|
variant: <omitted>
|
||||||
|
style: <omitted>
|
||||||
|
language: <omitted>
|
||||||
|
direction: <omitted>
|
||||||
|
unnamed-GailFrame-0
|
||||||
|
"panel"
|
||||||
|
parent: statusbar1
|
||||||
|
index: 0
|
||||||
|
state: enabled sensitive showing visible
|
||||||
|
toolkit: gail
|
||||||
|
<AtkComponent>
|
||||||
|
layer: widget
|
||||||
|
alpha: 1
|
||||||
|
unnamed-GailBox-1
|
||||||
|
"filler"
|
||||||
|
parent: unnamed-GailFrame-0
|
||||||
|
index: 0
|
||||||
|
state: enabled horizontal sensitive showing visible
|
||||||
|
toolkit: gail
|
||||||
|
<AtkComponent>
|
||||||
|
layer: widget
|
||||||
|
alpha: 1
|
||||||
|
|
||||||
|
"label"
|
||||||
|
parent: unnamed-GailBox-1
|
||||||
|
index: 0
|
||||||
|
name:
|
||||||
|
state: enabled multi-line sensitive showing visible
|
||||||
|
toolkit: gail
|
||||||
|
<AtkComponent>
|
||||||
|
layer: widget
|
||||||
|
alpha: 1
|
||||||
|
<AtkText>
|
||||||
|
text:
|
||||||
|
character count: 0
|
||||||
|
caret offset: 0
|
||||||
|
default attributes: left-margin: 0
|
||||||
|
right-margin: 0
|
||||||
|
indent: 0
|
||||||
|
invisible: false
|
||||||
|
editable: false
|
||||||
|
pixels-above-lines: 0
|
||||||
|
pixels-below-lines: 0
|
||||||
|
pixels-inside-wrap: 0
|
||||||
|
bg-full-height: 0
|
||||||
|
scale: 1
|
||||||
|
rise: 0
|
||||||
|
underline: none
|
||||||
|
strikethrough: false
|
||||||
|
bg-stipple: false
|
||||||
|
fg-stipple: false
|
||||||
|
fg-color: <omitted>
|
||||||
|
bg-color: <omitted>
|
||||||
|
wrap-mode: word
|
||||||
|
justification: left
|
||||||
|
size: <omitted>
|
||||||
|
weight: <omitted>
|
||||||
|
family-name: <omitted>
|
||||||
|
stretch: <omitted>
|
||||||
|
variant: <omitted>
|
||||||
|
style: <omitted>
|
||||||
|
language: <omitted>
|
||||||
|
direction: <omitted>
|
13
tests/a11y/statusbar.ui
Normal file
13
tests/a11y/statusbar.ui
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?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="GtkStatusbar" id="statusbar1">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</interface>
|
Loading…
Reference in New Issue
Block a user