Merge branch 'ebassi/issue-3492' into 'master'
3to4: Remove GtkCheckButton:draw-indicator Closes #3492 See merge request GNOME/gtk!2976
This commit is contained in:
@@ -660,6 +660,7 @@ property_has_been_removed (Element *element,
|
||||
{ "GtkBox", "pack-type", PROP_KIND_PACKING },
|
||||
{ "GtkHeaderBar", "position", PROP_KIND_PACKING },
|
||||
{ "GtkPopoverMenu", "position",PROP_KIND_PACKING },
|
||||
{ "GtkCheckButton", "draw-indicator", PROP_KIND_OBJECT },
|
||||
};
|
||||
char *canonical_name;
|
||||
gboolean found;
|
||||
|
||||
17
testsuite/tools/simplify-data-3to4/checkbutton.expected
Normal file
17
testsuite/tools/simplify-data-3to4/checkbutton.expected
Normal 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>
|
||||
19
testsuite/tools/simplify-data-3to4/checkbutton.ui
Normal file
19
testsuite/tools/simplify-data-3to4/checkbutton.ui
Normal 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>
|
||||
Reference in New Issue
Block a user