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 信号可以更简单吗?