summaryrefslogtreecommitdiff
path: root/multiload/properties.c
diff options
context:
space:
mode:
Diffstat (limited to 'multiload/properties.c')
-rw-r--r--multiload/properties.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/multiload/properties.c b/multiload/properties.c
index df2433d1..3753a44b 100644
--- a/multiload/properties.c
+++ b/multiload/properties.c
@@ -33,6 +33,11 @@
#define HIG_IDENTATION " "
#define NEVER_SENSITIVE "never_sensitive"
+#if GTK_CHECK_VERSION (3, 0, 0)
+#define gtk_vbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_VERTICAL,Y)
+#define gtk_hbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_HORIZONTAL,Y)
+#endif
+
/* set sensitive and setup NEVER_SENSITIVE appropriately */
static void
hard_set_sensitive (GtkWidget *w, gboolean sensitivity)