summaryrefslogtreecommitdiff
path: root/testsuite/reftests/messagedialog-secondarytext.ui
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2013-05-15 15:28:06 +0200
committerBenjamin Otte <otte@redhat.com>2013-05-15 15:37:17 +0200
commit172303f550e387b5e8b9c1f0ba5b8fe545aafded (patch)
tree0e80c3239f6ed3662236262526cf9257bc2d8448 /testsuite/reftests/messagedialog-secondarytext.ui
parentedde840513f525efded07cd4dab2bd2ec6cc1878 (diff)
downloadgtk+-172303f550e387b5e8b9c1f0ba5b8fe545aafded.tar.gz
build: Move tests/reftests to testsuite/reftests
Diffstat (limited to 'testsuite/reftests/messagedialog-secondarytext.ui')
-rw-r--r--testsuite/reftests/messagedialog-secondarytext.ui19
1 files changed, 19 insertions, 0 deletions
diff --git a/testsuite/reftests/messagedialog-secondarytext.ui b/testsuite/reftests/messagedialog-secondarytext.ui
new file mode 100644
index 0000000000..ed1767bbb0
--- /dev/null
+++ b/testsuite/reftests/messagedialog-secondarytext.ui
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.0 -->
+ <object class="GtkMessageDialog" id="messagedialog1">
+ <property name="can_focus">False</property>
+ <property name="border_width">5</property>
+ <property name="type">popup</property>
+ <property name="type_hint">dialog</property>
+ <property name="skip_taskbar_hint">True</property>
+ <property name="buttons">ok</property>
+ <property name="text" translatable="yes">Text</property>
+ <!-- We set the property multiple times on purpose here -->
+ <property name="secondary_text" translatable="yes">Secondary text #1</property>
+ <property name="secondary_text" translatable="yes">Secondary text #2</property>
+ <property name="secondary_text" translatable="yes">Secondary text #3</property>
+ <property name="secondary_text" translatable="yes">Secondary text #4</property>
+ <property name="secondary_text" translatable="yes">Secondary text #5</property>
+ </object>
+</interface>