summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-06-20 00:03:53 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-07-05 16:08:01 -0400
commit17e219fbce77ac6efba4764a8b06a9cd9bf70793 (patch)
tree65f9bd0c04fb21325ffb9b2d1204b0361580a336
parent054057a640c701f0282c3744bcd99ae76ca8b79f (diff)
downloadgtk+-17e219fbce77ac6efba4764a8b06a9cd9bf70793.tar.gz
Remove debug spew
-rw-r--r--gtk/gtkswitch.c3
-rw-r--r--tests/a11y/Makefile.am3
-rw-r--r--tests/a11y/buttons.txt124
-rw-r--r--tests/a11y/buttons.ui78
4 files changed, 204 insertions, 4 deletions
diff --git a/gtk/gtkswitch.c b/gtk/gtkswitch.c
index 6b8ed7845b..ae5f68e7b9 100644
--- a/gtk/gtkswitch.c
+++ b/gtk/gtkswitch.c
@@ -1087,7 +1087,6 @@ _gtk_switch_accessible_init (GtkSwitchAccessible *self)
{
self->description = NULL;
self->action_idle = 0;
-g_print ("switch action description inited to: %s\n", self->description);
}
/* accessibility: action interface */
@@ -1111,7 +1110,6 @@ gtk_switch_action_get_description (AtkAction *action,
{
GtkSwitchAccessible *accessible = (GtkSwitchAccessible *)action;
-g_print ("switch action description: %s\n", accessible->description);
return accessible->description;
}
@@ -1122,7 +1120,6 @@ gtk_switch_action_set_description (AtkAction *action,
{
GtkSwitchAccessible *accessible = (GtkSwitchAccessible*)action;
-g_print ("switch action set description: %s\n", description);
g_free (accessible->description);
accessible->description = g_strdup (description);
diff --git a/tests/a11y/Makefile.am b/tests/a11y/Makefile.am
index 38c5dc1359..57522293d7 100644
--- a/tests/a11y/Makefile.am
+++ b/tests/a11y/Makefile.am
@@ -29,4 +29,5 @@ EXTRA_DIST += \
range.ui range.txt \
link.ui link.txt \
text.ui text.txt \
- tree.ui tree.txt
+ tree.ui tree.txt \
+ buttons.ui buttions.txt
diff --git a/tests/a11y/buttons.txt b/tests/a11y/buttons.txt
new file mode 100644
index 0000000000..cf206cd0a2
--- /dev/null
+++ b/tests/a11y/buttons.txt
@@ -0,0 +1,124 @@
+switch action description inited to: (null)
+switch action description: (null)
+window1
+ "window"
+ index: 0
+ state: enabled resizable sensitive showing visible
+ toolkit: gail
+ <AtkComponent>
+ layer: window
+ alpha: 1
+ grid1
+ "panel"
+ parent: window1
+ index: 0
+ state: enabled horizontal sensitive showing visible
+ toolkit: gail
+ <AtkComponent>
+ layer: widget
+ alpha: 1
+ button5
+ "toggle button"
+ parent: grid1
+ index: 0
+ name: Switch
+ description: Switches between on and off states
+ state: checked enabled focusable sensitive showing visible
+ toolkit: gail
+ <AtkComponent>
+ layer: widget
+ alpha: 1
+ <AtkAction>
+ action 0 name: toggle
+ button4
+ "radio button"
+ parent: grid1
+ index: 1
+ name: Hello World!
+ member-of: button4
+ button3
+ state: enabled focusable sensitive showing visible
+ toolkit: gail
+ <AtkComponent>
+ layer: widget
+ alpha: 1
+ <AtkText>
+ text: Hello World!
+ character count: 12
+ 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:0,0,0 bg-color:56540,56026,54741 wrap-mode:word justification:left size:<omitted> weight:<omitted> family-name:<omitted> stretch:<omitted> variant:<omitted> style:<omitted> language:<omitted> direction:<omitted>
+ <AtkImage>
+ image size: -1 x -1
+ image description: (null)
+ <AtkAction>
+ action 0 name: click
+ action 1 name: press
+ action 2 name: release
+ button3
+ "radio button"
+ parent: grid1
+ index: 2
+ name: Hello World!
+ member-of: button4
+ button3
+ state: armed checked enabled focusable sensitive showing visible
+ toolkit: gail
+ <AtkComponent>
+ layer: widget
+ alpha: 1
+ <AtkText>
+ text: Hello World!
+ character count: 12
+ 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:0,0,0 bg-color:56540,56026,54741 wrap-mode:word justification:left size:<omitted> weight:<omitted> family-name:<omitted> stretch:<omitted> variant:<omitted> style:<omitted> language:<omitted> direction:<omitted>
+ <AtkImage>
+ image size: -1 x -1
+ image description: (null)
+ <AtkAction>
+ action 0 name: click
+ action 1 name: press
+ action 2 name: release
+ button2
+ "check box"
+ parent: grid1
+ index: 3
+ name: Hello World!
+ state: enabled focusable sensitive showing visible
+ toolkit: gail
+ <AtkComponent>
+ layer: widget
+ alpha: 1
+ <AtkText>
+ text: Hello World!
+ character count: 12
+ 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:0,0,0 bg-color:56540,56026,54741 wrap-mode:word justification:left size:<omitted> weight:<omitted> family-name:<omitted> stretch:<omitted> variant:<omitted> style:<omitted> language:<omitted> direction:<omitted>
+ <AtkImage>
+ image size: -1 x -1
+ image description: (null)
+ <AtkAction>
+ action 0 name: click
+ action 1 name: press
+ action 2 name: release
+ button1
+ "toggle button"
+ parent: grid1
+ index: 4
+ name: Hello World!
+ state: armed checked enabled focusable sensitive showing visible
+ toolkit: gail
+ <AtkComponent>
+ layer: widget
+ alpha: 1
+ <AtkText>
+ text: Hello World!
+ character count: 12
+ 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:0,0,0 bg-color:56540,56026,54741 wrap-mode:word justification:left size:<omitted> weight:<omitted> family-name:<omitted> stretch:<omitted> variant:<omitted> style:<omitted> language:<omitted> direction:<omitted>
+ <AtkImage>
+ image size: -1 x -1
+ image description: (null)
+ <AtkAction>
+ action 0 name: click
+ action 1 name: press
+ action 2 name: release
diff --git a/tests/a11y/buttons.ui b/tests/a11y/buttons.ui
new file mode 100644
index 0000000000..88cbc0db6f
--- /dev/null
+++ b/tests/a11y/buttons.ui
@@ -0,0 +1,78 @@
+<?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="GtkGrid" id="grid1">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkToggleButton" id="button1">
+ <property name="label" translatable="yes">Hello World!</property>
+ <property name="visible">True</property>
+ <property name="active">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="button2">
+ <property name="label" translatable="yes">Hello World!</property>
+ <property name="visible">True</property>
+ <property name="active">False</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkRadioButton" id="button3">
+ <property name="label" translatable="yes">Hello World!</property>
+ <property name="visible">True</property>
+ <property name="active">False</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">2</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkRadioButton" id="button4">
+ <property name="label" translatable="yes">Hello World!</property>
+ <property name="visible">True</property>
+ <property name="active">True</property>
+ <property name="group">button3</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">3</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkSwitch" id="button5">
+ <property name="visible">True</property>
+ <property name="active">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">4</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>