[gtk/nbpage: 18/21] a11y tests: Update ui files
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/nbpage: 18/21] a11y tests: Update ui files
- Date: Thu, 21 Feb 2019 05:33:51 +0000 (UTC)
commit 05f8319270911cebdc58301e3e22788143c24519
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Feb 21 00:27:04 2019 -0500
a11y tests: Update ui files
Notebooks have changed.
testsuite/a11y/notebook.ui | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
---
diff --git a/testsuite/a11y/notebook.ui b/testsuite/a11y/notebook.ui
index 46cc7378a2..e18759ca42 100644
--- a/testsuite/a11y/notebook.ui
+++ b/testsuite/a11y/notebook.ui
@@ -1,34 +1,34 @@
-<?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="GtkNotebook" id="notebook1">
- <property name="visible">True</property>
<child>
- <object class="GtkButton" id="page1">
- <property name="label" translatable="yes">Yes</property>
- <property name="visible">True</property>
- </object>
- </child>
- <child type="tab">
- <object class="GtkLabel" id="tab1">
- <property name="label" translatable="yes">Tab 1</property>
- <property name="visible">True</property>
+ <object class="GtkNotebookPage">
+ <property name="child">
+ <object class="GtkButton" id="page1">
+ <property name="label" translatable="yes">Yes</property>
+ </object>
+ </property>
+ <property name="tab">
+ <object class="GtkLabel" id="tab1">
+ <property name="label" translatable="yes">Tab 1</property>
+ </object>
+ </property>
</object>
</child>
<child>
- <object class="GtkButton" id="page2">
- <property name="label" translatable="yes">No</property>
- <property name="visible">True</property>
- </object>
- </child>
- <child type="tab">
- <object class="GtkLabel" id="tab2">
- <property name="label" translatable="yes">Tab 2</property>
- <property name="visible">True</property>
+ <object class="GtkNotebookPage">
+ <property name="child">
+ <object class="GtkButton" id="page2">
+ <property name="label" translatable="yes">No</property>
+ </object>
+ </property>
+ <property name="tab">
+ <object class="GtkLabel" id="tab2">
+ <property name="label" translatable="yes">Tab 2</property>
+ </object>
+ </property>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]