From: Michael Orlitzky Date: Wed, 23 Oct 2019 02:28:46 +0000 (-0400) Subject: panel-plugin: replace XFCE_HVBOX with new GtkBox API. X-Git-Tag: v1.0.0~22 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;ds=sidebyside;h=c6fbeea01e8de4fedf99ea8f533991277d2c8eb7;hp=c6fbeea01e8de4fedf99ea8f533991277d2c8eb7;p=xfce4-hdaps.git panel-plugin: replace XFCE_HVBOX with new GtkBox API. The XFCE_HVBOX stuff is gone in the new version of the panel library because its functionality has been superseded by GtkBox in gtk+-3.x. First we drop the header include for libxfce4panel/xfce-hvbox.h that no longer exists, and then we change xfce_hvbox_new() to gtk_box_new() and xfce_hvbox_set_orientation() to gtk_orientable_set_orientation(). ---