mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
testsuite: Test GtkFixed rewriting
This commit is contained in:
parent
38f74d8a23
commit
4bd829e3e1
14
testsuite/tools/simplify-data-3to4/fixed.expected
Normal file
14
testsuite/tools/simplify-data-3to4/fixed.expected
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<requires lib="gtk+" version="3.0"/>
|
||||
<object class="GtkFixed">
|
||||
<child>
|
||||
<object class="GtkButton" id="button">
|
||||
<layout>
|
||||
<property name="transform">translate(10, 15)</property>
|
||||
</layout>
|
||||
<property name="visible">0</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
16
testsuite/tools/simplify-data-3to4/fixed.ui
Normal file
16
testsuite/tools/simplify-data-3to4/fixed.ui
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.22.2 -->
|
||||
<interface>
|
||||
<requires lib="gtk+" version="3.0"/>
|
||||
<object class="GtkFixed">
|
||||
<property name="visible">True</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="button">
|
||||
</object>
|
||||
<packing>
|
||||
<property name="x">10</property>
|
||||
<property name="y">15</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
Loading…
Reference in New Issue
Block a user