[gtk+/a11y] Statusbar testcases
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/a11y] Statusbar testcases
- Date: Thu, 23 Jun 2011 03:16:54 +0000 (UTC)
commit 6b16732fa4baa702cc6029c78364e0d98ae7a68f
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Jun 22 23:08:59 2011 -0400
Statusbar testcases
tests/a11y/Makefile.am | 3 +-
tests/a11y/statusbar.txt | 108 ++++++++++++++++++++++++++++++++++++++++++++++
tests/a11y/statusbar.ui | 13 ++++++
3 files changed, 123 insertions(+), 1 deletions(-)
---
diff --git a/tests/a11y/Makefile.am b/tests/a11y/Makefile.am
index 483e0fc..86d6fc8 100644
--- a/tests/a11y/Makefile.am
+++ b/tests/a11y/Makefile.am
@@ -61,4 +61,5 @@ EXTRA_DIST += \
spinner.ui spinner.txt \
progress.ui progress.txt \
infobar.ui infobar.txt \
- calendar.ui calendar.txt
+ calendar.ui calendar.txt \
+ statusbar.ui statusbar.txt
diff --git a/tests/a11y/statusbar.txt b/tests/a11y/statusbar.txt
new file mode 100644
index 0000000..2ad0ebd
--- /dev/null
+++ b/tests/a11y/statusbar.txt
@@ -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>
diff --git a/tests/a11y/statusbar.ui b/tests/a11y/statusbar.ui
new file mode 100644
index 0000000..bc635bc
--- /dev/null
+++ b/tests/a11y/statusbar.ui
@@ -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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]