[virt-manager PATCHv2 13/13] Use GtkPaned instead of GtkHPaned

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



GtkHPaned was deprecated since Gtk version 3.2 and should not be
used in newly-written code.[1] Use GtkPaned instead.[2]

By default, GtkPaned's orientation is set to horizontal.[3]

[1] https://developer.gnome.org/gtk3/stable/GtkHPaned.html

[2] https://developer.gnome.org/gtk3/stable/GtkPaned.html

[3] https://developer.gnome.org/gtk3/stable/gtk3-Orientable.html#GtkOrientable--orientation
---
 ui/host.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/host.ui b/ui/host.ui
index d255804..7270091 100644
--- a/ui/host.ui
+++ b/ui/host.ui
@@ -383,7 +383,7 @@
                 <property name="border_width">3</property>
                 <property name="orientation">vertical</property>
                 <child>
-                  <object class="GtkHPaned" id="hpaned2">
+                  <object class="GtkPaned" id="hpaned2">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="border_width">3</property>
@@ -1350,7 +1350,7 @@
                 <property name="border_width">3</property>
                 <property name="orientation">vertical</property>
                 <child>
-                  <object class="GtkHPaned" id="hpaned3">
+                  <object class="GtkPaned" id="hpaned3">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="border_width">3</property>
-- 
2.9.4

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list



[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux