testsuite: Test GtkOverlay rewriting
This commit is contained in:
17
testsuite/tools/simplify-data-3to4/overlay.expected
Normal file
17
testsuite/tools/simplify-data-3to4/overlay.expected
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<requires lib="gtk+" version="3.0"/>
|
||||
<object class="GtkOverlay">
|
||||
<child type="overlay">
|
||||
<object class="GtkButton" id="button">
|
||||
<property name="can-target">0</property>
|
||||
<property name="icon-name">document-new</property>
|
||||
</object>
|
||||
</child>
|
||||
<property name="child">
|
||||
<object class="GtkLabel" id="label">
|
||||
<property name="visible">0</property>
|
||||
</object>
|
||||
</property>
|
||||
</object>
|
||||
</interface>
|
||||
20
testsuite/tools/simplify-data-3to4/overlay.ui
Normal file
20
testsuite/tools/simplify-data-3to4/overlay.ui
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<requires lib="gtk+" version="3.0"/>
|
||||
<object class="GtkOverlay">
|
||||
<property name="visible">1</property>
|
||||
<child type="overlay">
|
||||
<object class="GtkButton" id="button">
|
||||
<property name="visible">1</property>
|
||||
<property name="icon-name">document-new</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="pass-through">True</property>
|
||||
<property name="index">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="label"/>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
Reference in New Issue
Block a user