GtkDialog mapped without a transient parent

前端 未结 2 1352
庸人自扰
庸人自扰 2020-12-04 19:43

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:

         


        
2条回答
  •  醉话见心
    2020-12-04 20:18

    Use a GtkWindow instead; and use a GtkDialog only when there is a parent window/dialog.

提交回复
热议问题