gtk3x: Replace gtk_container_add() used for content areas
gtk-3.98.4 drops GtkContainer. As a first step to resolve that in our gtk3x-client, replace gtk_container_add() calls with gtk_box_append() when it's about adding to dialog content area.
gtk-3.98.4 drops GtkContainer. As a first step to resolve that in our gtk3x-client, replace gtk_container_add() calls with gtk_box_append() when it's about adding to dialog content area.