Files
boudigi/gui.c
Tim LaBerge 8b998c636f Replace deprecated API's gtk_vbox/hbox_new().
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.
2012-12-03 19:25:53 -08:00

46 KiB