[gtk+] Revert "Remove broken quit-mnemonic reftest"



commit 3681b993838aa90f3d669f3352dfe34af4680949
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Mar 5 18:36:13 2012 -0500

    Revert "Remove broken quit-mnemonic reftest"
    
    This reverts commit 563eff4dfbbf9894f6c003682431eba832ce699b.

 tests/reftests/quit-mnemonic.ref.ui |   19 +++++++++++++++
 tests/reftests/quit-mnemonic.ui     |   43 +++++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+), 0 deletions(-)
---
diff --git a/tests/reftests/quit-mnemonic.ref.ui b/tests/reftests/quit-mnemonic.ref.ui
new file mode 100644
index 0000000..3c8ff8c
--- /dev/null
+++ b/tests/reftests/quit-mnemonic.ref.ui
@@ -0,0 +1,19 @@
+<?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="GtkLabel" id="label1">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="label" translatable="yes">Quit
+</property>
+        <attributes>
+          <attribute name="underline" value="low" start="0" end="1"/>
+        </attributes>
+      </object>
+    </child>
+  </object>
+</interface>
diff --git a/tests/reftests/quit-mnemonic.ui b/tests/reftests/quit-mnemonic.ui
new file mode 100644
index 0000000..128e33a
--- /dev/null
+++ b/tests/reftests/quit-mnemonic.ui
@@ -0,0 +1,43 @@
+<?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>
+        <property name="can_focus">False</property>
+        <child>
+          <object class="GtkLabel" id="label1">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="label" translatable="yes">Quit</property>
+            <attributes>
+              <attribute name="underline" value="low" start="0" end="1"/>
+            </attributes>
+          </object>
+          <packing>
+            <property name="left_attach">0</property>
+            <property name="top_attach">0</property>
+            <property name="width">1</property>
+            <property name="height">1</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkLabel" id="label2">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="label" translatable="yes"> </property>
+          </object>
+          <packing>
+            <property name="left_attach">0</property>
+            <property name="top_attach">1</property>
+            <property name="width">1</property>
+            <property name="height">1</property>
+          </packing>
+        </child>
+      </object>
+    </child>
+  </object>
+</interface>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]