[gtk/ebassi/issue-3492] 3to4: Add test for GtkCheckButton:draw-indicator removal
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/issue-3492] 3to4: Add test for GtkCheckButton:draw-indicator removal
- Date: Sat, 19 Dec 2020 15:52:59 +0000 (UTC)
commit f2b16836c25c9a12be1405d22c1a3a4e11a4d2be
Author: Emmanuele Bassi <ebassi gnome org>
Date: Sat Dec 19 15:52:22 2020 +0000
3to4: Add test for GtkCheckButton:draw-indicator removal
.../tools/simplify-data-3to4/checkbutton.expected | 17 +++++++++++++++++
testsuite/tools/simplify-data-3to4/checkbutton.ui | 19 +++++++++++++++++++
2 files changed, 36 insertions(+)
---
diff --git a/testsuite/tools/simplify-data-3to4/checkbutton.expected
b/testsuite/tools/simplify-data-3to4/checkbutton.expected
new file mode 100644
index 0000000000..63b5655f7e
--- /dev/null
+++ b/testsuite/tools/simplify-data-3to4/checkbutton.expected
@@ -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>
diff --git a/testsuite/tools/simplify-data-3to4/checkbutton.ui
b/testsuite/tools/simplify-data-3to4/checkbutton.ui
new file mode 100644
index 0000000000..33e2cf904c
--- /dev/null
+++ b/testsuite/tools/simplify-data-3to4/checkbutton.ui
@@ -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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]