minhajakhterkhan199

Results 7 comments of minhajakhterkhan199

Now, I am not calling window.Realize() but still have the same issue. It seems that after calling window.Destroy() and gtk.MainQuit(), gtk.Main() method is not returning sometimes. Please advise to solve...

gtk.MainQuit does not have any impact and Window is not closing. If I use window.Destroy then Window is closing but sometime gtk.Main() does not returns because of this. Please advise...

Without any changes I run https://github.com/mattn/go-gtk/blob/master/example/thread/thread.go#L42-L50, it is also not closing current window and opening new window. My motive is to close Current Window and then open new window. Please...

Please guide more precisely, even using MainIterationDo is just blocking signal to window and after when I call gtk.MainQuit(), it does not close Window.