I have a GUI built in Glade (3.18) which is called by a Python 3 program (using PyGObject). I get a lot of warnings when running the program (Fedora 21) that say:
Use a GtkWindow instead; and use a GtkDialog only when there is a parent window/dialog.