diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-03-27 13:20:18 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-03-27 13:36:24 -0400 |
commit | 7ac250dea7b9d209c0cf054839f4e9b1d6d383c1 (patch) | |
tree | 22eab3de72f327a4bb3f3698af188efdd0fd8240 /examples | |
parent | c507160bf2f8238385e770f2d4a8244e44799cf9 (diff) | |
download | gtk+-7ac250dea7b9d209c0cf054839f4e9b1d6d383c1.tar.gz |
Convert all ui files
Run gtk4-builder-tool simplify --3to4 over all ui files.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/application10/window.ui | 12 | ||||
-rw-r--r-- | examples/application7/window.ui | 6 | ||||
-rw-r--r-- | examples/application8/window.ui | 12 | ||||
-rw-r--r-- | examples/application9/window.ui | 12 |
4 files changed, 14 insertions, 28 deletions
diff --git a/examples/application10/window.ui b/examples/application10/window.ui index 68ae81c904..0051fc9391 100644 --- a/examples/application10/window.ui +++ b/examples/application10/window.ui @@ -22,25 +22,21 @@ <property name="stack">stack</property> </object> </child> - <child> + <child type="end"> <object class="GtkToggleButton" id="search"> <property name="sensitive">0</property> <property name="icon-name">edit-find-symbolic</property> </object> - <packing> - <property name="pack-type">end</property> - </packing> + <packing/> </child> - <child> + <child type="end"> <object class="GtkMenuButton" id="gears"> <property name="direction">none</property> <style> <class name="image-button"/> </style> </object> - <packing> - <property name="pack-type">end</property> - </packing> + <packing/> </child> </object> </child> diff --git a/examples/application7/window.ui b/examples/application7/window.ui index b748369f6a..59ce85aa9f 100644 --- a/examples/application7/window.ui +++ b/examples/application7/window.ui @@ -13,14 +13,12 @@ <property name="stack">stack</property> </object> </child> - <child> + <child type="end"> <object class="GtkToggleButton" id="search"> <property name="sensitive">0</property> <property name="icon-name">edit-find-symbolic</property> </object> - <packing> - <property name="pack-type">end</property> - </packing> + <packing/> </child> </object> </child> diff --git a/examples/application8/window.ui b/examples/application8/window.ui index 278eafa8f5..3681e1787e 100644 --- a/examples/application8/window.ui +++ b/examples/application8/window.ui @@ -13,25 +13,21 @@ <property name="stack">stack</property> </object> </child> - <child> + <child type="end"> <object class="GtkToggleButton" id="search"> <property name="sensitive">0</property> <property name="icon-name">edit-find-symbolic</property> </object> - <packing> - <property name="pack-type">end</property> - </packing> + <packing/> </child> - <child> + <child type="end"> <object class="GtkMenuButton" id="gears"> <property name="direction">none</property> <style> <class name="image-button"/> </style> </object> - <packing> - <property name="pack-type">end</property> - </packing> + <packing/> </child> </object> </child> diff --git a/examples/application9/window.ui b/examples/application9/window.ui index 2a173ea2ae..6cb5ad24a9 100644 --- a/examples/application9/window.ui +++ b/examples/application9/window.ui @@ -24,25 +24,21 @@ <property name="stack">stack</property> </object> </child> - <child> + <child type="end"> <object class="GtkToggleButton" id="search"> <property name="sensitive">0</property> <property name="icon-name">edit-find-symbolic</property> </object> - <packing> - <property name="pack-type">end</property> - </packing> + <packing/> </child> - <child> + <child type="end"> <object class="GtkMenuButton" id="gears"> <property name="direction">none</property> <style> <class name="image-button"/> </style> </object> - <packing> - <property name="pack-type">end</property> - </packing> + <packing/> </child> </object> </child> |