The API's gtk_vbox_new() and gtk_hbox_new() are deprecated and result in compilation warnings. Replace these API's with calls to gtk_box_new() with GTK_ORIENTATION_VERTICAL and GTK_ORIENTATION_HORIZONTAL, respectively.
46 KiB
46 KiB