diff options
Diffstat (limited to 'tests/a11y/infobar.ui')
-rw-r--r-- | tests/a11y/infobar.ui | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/a11y/infobar.ui b/tests/a11y/infobar.ui new file mode 100644 index 0000000000..a082198ee8 --- /dev/null +++ b/tests/a11y/infobar.ui @@ -0,0 +1,24 @@ +<?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="GtkInfoBar" id="bar1"> + <property name="visible">True</property> + <property name="message-type">info</property> + <child internal-child="content_area"> + <object class="GtkBox" id="box1"> + <child> + <object class="GtkLabel" id="label1"> + <property name="visible">True</property> + <property name="label" translatable="yes">Some important info</property> + </object> + </child> + </object> + </child> + </object> + </child> + </object> +</interface> |