summaryrefslogtreecommitdiff
path: root/testsuite/css/nodes/notebook.top.ltr.ui
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/css/nodes/notebook.top.ltr.ui')
-rw-r--r--testsuite/css/nodes/notebook.top.ltr.ui55
1 files changed, 55 insertions, 0 deletions
diff --git a/testsuite/css/nodes/notebook.top.ltr.ui b/testsuite/css/nodes/notebook.top.ltr.ui
new file mode 100644
index 0000000000..a080a52d1d
--- /dev/null
+++ b/testsuite/css/nodes/notebook.top.ltr.ui
@@ -0,0 +1,55 @@
+<?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">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkButton">
+ <property name="name">page1</property>
+ <property name="label" translatable="yes">Yes</property>
+ <property name="visible">True</property>
+ </object>
+ </child>
+ <child type="tab">
+ <object class="GtkLabel">
+ <property name="name">tab1</property>
+ <property name="label" translatable="yes">Tab 1</property>
+ <property name="visible">True</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkButton">
+ <property name="name">page2</property>
+ <property name="label" translatable="yes">No</property>
+ <property name="visible">True</property>
+ </object>
+ </child>
+ <child type="tab">
+ <object class="GtkLabel" id="tab2">
+ <property name="name">tab2</property>
+ <property name="label" translatable="yes">Tab 2</property>
+ <property name="visible">True</property>
+ </object>
+ </child>
+ <child type="action-start">
+ <object class="GtkButton">
+ <property name="name">start</property>
+ <property name="label" translatable="yes">Action</property>
+ <property name="visible">True</property>
+ </object>
+ </child>
+ <child type="action-end">
+ <object class="GtkButton">
+ <property name="name">end</property>
+ <property name="label" translatable="yes">Action</property>
+ <property name="visible">True</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>