summaryrefslogtreecommitdiff
path: root/testsuite/a11y/tooltips.ui
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/a11y/tooltips.ui')
-rw-r--r--testsuite/a11y/tooltips.ui33
1 files changed, 33 insertions, 0 deletions
diff --git a/testsuite/a11y/tooltips.ui b/testsuite/a11y/tooltips.ui
new file mode 100644
index 0000000000..4c5145cbe9
--- /dev/null
+++ b/testsuite/a11y/tooltips.ui
@@ -0,0 +1,33 @@
+<interface>
+ <object class='GtkWindow' id='window1'>
+ <property name='visible'>True</property>
+ <child>
+ <object class='GtkBox' id='box1'>
+ <property name='visible'>True</property>
+ <child>
+ <object class='GtkButton' id='button-with-tooltip-text'>
+ <property name='visible'>True</property>
+ <property name="tooltip_text">Tooltip1</property>
+ </object>
+ </child>
+ <child>
+ <object class='GtkButton' id='button-with-has-tooltip-true'>
+ <property name='visible'>True</property>
+ <property name="has_tooltip">True</property>
+ </object>
+ </child>
+ <child>
+ <object class='GtkButton' id='button-without-tooltip'>
+ <property name='visible'>True</property>
+ </object>
+ </child>
+ <child>
+ <object class='GtkButton' id='button-with-has-tooltip-false'>
+ <property name='visible'>True</property>
+ <property name="has_tooltip">False</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>