GTK3: don't use deprecated gtk_{v/h}-box

This commit is contained in:
Wolfgang Ulbrich
2015-11-18 21:18:50 +01:00
parent 125169f8cb
commit 9994dd399a
12 changed files with 52 additions and 0 deletions

View File

@@ -71,6 +71,10 @@
PLUMA_TYPE_WINDOW, \
PlumaWindowPrivate))
#if GTK_CHECK_VERSION (3, 0, 0)
#define gtk_vbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_VERTICAL,Y)
#endif
/* Signals */
enum
{