Am coding in PyGtk, Gtk3 with WebKit.WebView and have encountered something weird.
On unmaximizing the window from maximized state, the window decorator looses maximize button and the window size becomes enormously large.
How can I remedy the problem???
Thanks…
You have to put the WebView inside a
GtkScrolledWindow: