Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
'web-view-ready'-signalを見つけて、次のように使用します。
'web-view-ready'
web = webkit.WebView() web.connect("web-view-ready", finished)
しかし、それは決してキャッチしませんでした。gtk.Window シグナルでそれを行う方が簡単でしょうか?