mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 19:30:10 +00:00
simplify: Add a testcase for dialogs
This commit is contained in:
parent
8799e5798b
commit
21491d27bb
17
testsuite/tools/simplify-data-3to4/dialog.expected
Normal file
17
testsuite/tools/simplify-data-3to4/dialog.expected
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<object class="GtkDialog">
|
||||
<child internal-child="content_area">
|
||||
<object class="GtkBox">
|
||||
<property name="visible">0</property>
|
||||
<property name="name">fancy</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="pack-type">end</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child internal-child="action_area">
|
||||
<object class="GtkButtonBox">
|
||||
<property name="name">actions</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
15
testsuite/tools/simplify-data-3to4/dialog.ui
Normal file
15
testsuite/tools/simplify-data-3to4/dialog.ui
Normal file
@ -0,0 +1,15 @@
|
||||
<object class="GtkDialog">
|
||||
<child internal-child="vbox">
|
||||
<object class="GtkBox">
|
||||
<property name="name">fancy</property>
|
||||
<child internal-child="action_area">
|
||||
<object class="GtkButtonBox">
|
||||
<property name="name">actions</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="pack-type">end</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
Loading…
Reference in New Issue
Block a user