3to4: Add test for GtkCheckButton:draw-indicator removal

This commit is contained in:
Emmanuele Bassi 2020-12-19 15:52:22 +00:00
parent 14bf45a0d5
commit f2b16836c2
2 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkWindow" id="window1">
<property name="child">
<object class="GtkBox" id="box1">
<property name="orientation">GTK_ORIENTATION_VERTICAL</property>
<child>
<object class="GtkCheckButton" id="checkbutton1">
<property name="hexpand">1</property>
<property name="label">Check</property>
</object>
</child>
</object>
</property>
</object>
</interface>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<child>
<object class="GtkBox" id="box1">
<property name="orientation">GTK_ORIENTATION_VERTICAL</property>
<property name="visible">1</property>
<child>
<object class="GtkCheckButton" id="checkbutton1">
<property name="draw_indicator">1</property>
<property name="hexpand">1</property>
<property name="label">Check</property>
<property name="visible">1</property>
</object>
</child>
</object>
</child>
</object>
</interface>